mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Add missing DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS - Add TEST_DEPENDS to enable testing Note: this still fails tests on perl 5.9.x and newer. PR: ports/165037 Approved by: maintainer timeout (freebsdports@chillibear.com, > 2 weeks)
This commit is contained in:
parent
40419a90ce
commit
7391c1dad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292341
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Config-Wrest
|
||||
PORTVERSION= 1.036
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Config
|
||||
@ -15,9 +16,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= Perl module for reading and writing configuration data
|
||||
|
||||
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||||
p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||||
p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \
|
||||
p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy
|
||||
RUN_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user