building wget depends on perl > 5.12.0 (#4087)

* building wget depends on perl > 5.12.0

* Remove extra parenthesis
This commit is contained in:
Matthew Scott Krafczyk 2017-05-03 10:29:55 -05:00 committed by Adam J. Stewart
parent 060351e121
commit 07e1597a15

View File

@ -39,6 +39,7 @@ class Wget(Package):
version('1.16', '293a37977c41b5522f781d3a3a078426')
depends_on("openssl")
depends_on("perl@5.12.0:", type='build')
def install(self, spec, prefix):
configure(