aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-17 22:31:53 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-17 22:31:53 +0000
commit9dcad6d35802bf20b4f484fe9910b2c247940e4e (patch)
tree27d3ca7c23b236c4b710111e03651cae62735e03 /net-mgmt
parent5d672c1b2897d12afbaddb04bc54a310acb76a68 (diff)
downloadports-9dcad6d35802bf20b4f484fe9910b2c247940e4e.tar.gz
ports-9dcad6d35802bf20b4f484fe9910b2c247940e4e.zip
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION - Add TEST_DEPENDS to enable testing PR: ports/165776 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293472
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-Net-ACL/Makefile9
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