diff options
author | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
commit | 172967ef1621383bbbafd54a70d990b5eb06ff48 (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /net/httpry | |
parent | 0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff) | |
download | freebsd-ports-graphics-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz freebsd-ports-graphics-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst freebsd-ports-graphics-172967ef1621383bbbafd54a70d990b5eb06ff48.zip |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
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 5fe4cf5af3e..52633d3a0e8 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 |