diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-28 02:07:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-28 02:07:49 +0000 |
commit | 7391c1dad3c96a3fb8d735de81dd9d61498512bb (patch) | |
tree | 405fd7a7d5236a050dafe51c2f9cc125f79e3850 /devel/p5-Config-Wrest | |
parent | 40419a90ce0e1ea0d624ae00fcdfeb16298b267c (diff) |
Notes
Diffstat (limited to 'devel/p5-Config-Wrest')
-rw-r--r-- | devel/p5-Config-Wrest/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Config-Wrest/Makefile b/devel/p5-Config-Wrest/Makefile index 6af90500af83..38865157c916 100644 --- a/devel/p5-Config-Wrest/Makefile +++ b/devel/p5-Config-Wrest/Makefile @@ -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 |