diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-20 00:06:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-20 00:06:43 +0000 |
commit | 2bb12a9788ad657a250b61bf22220396e00ce4c1 (patch) | |
tree | 500896fafadce765f5f82d10184286a1290f8862 /devel/p5-Data-Bind | |
parent | a8f36b0b94273f8f437da188515a556e98f8d15f (diff) | |
download | ports-2bb12a9788ad657a250b61bf22220396e00ce4c1.tar.gz ports-2bb12a9788ad657a250b61bf22220396e00ce4c1.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Bind')
-rw-r--r-- | devel/p5-Data-Bind/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Data-Bind/Makefile b/devel/p5-Data-Bind/Makefile index 648a2d38b73e..9ba284d657d3 100644 --- a/devel/p5-Data-Bind/Makefile +++ b/devel/p5-Data-Bind/Makefile @@ -8,6 +8,7 @@ PORTNAME= Data-Bind PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A perl module to bind and alias variables -BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \ - ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller \ + p5-Devel-LexAlias>0:${PORTSDIR}/devel/p5-Devel-LexAlias \ + p5-Data-Capture>0:${PORTSDIR}/devel/p5-Data-Capture RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |