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-mgmt/pftabled | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=321187
Diffstat (limited to 'net-mgmt/pftabled')
-rw-r--r-- | net-mgmt/pftabled/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 3d44c7720f3c..8a46b43bcc8b 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -25,9 +25,6 @@ PYTHONC_DESC= A Sample Python Client .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPERLC} -. if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -. endif PLIST_FILES+= bin/pftabled-client.pl .endif |