diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-17 22:31:53 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-17 22:31:53 +0000 |
commit | 9dcad6d35802bf20b4f484fe9910b2c247940e4e (patch) | |
tree | 27d3ca7c23b236c4b710111e03651cae62735e03 /net-mgmt/p5-Net-ACL/Makefile | |
parent | 5d672c1b2897d12afbaddb04bc54a310acb76a68 (diff) | |
download | ports-9dcad6d35802bf20b4f484fe9910b2c247940e4e.tar.gz ports-9dcad6d35802bf20b4f484fe9910b2c247940e4e.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Net-ACL/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-ACL/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-mgmt/p5-Net-ACL/Makefile b/net-mgmt/p5-Net-ACL/Makefile index 6fd399b3e1b8..a672d91f9d7e 100644 --- a/net-mgmt/p5-Net-ACL/Makefile +++ b/net-mgmt/p5-Net-ACL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-ACL PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Class representing a generic access-list/route-map -RUN_DEPENDS= p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \ - p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \ + p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String \ + p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature PERL_CONFIGURE= yes |