mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
5d672c1b28
commit
9dcad6d358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293472
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue