diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /net/httpry | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) | |
download | ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip |
Notes
Diffstat (limited to 'net/httpry')
-rw-r--r-- | net/httpry/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/httpry/Makefile b/net/httpry/Makefile index 5fe4cf5af3e7..52633d3a0e8e 100644 --- a/net/httpry/Makefile +++ b/net/httpry/Makefile @@ -22,9 +22,6 @@ EXTRASCRIPTS_DESC= Install additional scripts PLIST_SUB= EXTRASCRIPTS="" USE_PERL5_RUN= yes RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -. if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -. endif .else PLIST_SUB= EXTRASCRIPTS="@comment " .endif |