diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
commit | 8b040d94f2d3b29529622e567d2a4376ff6b937a (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /devel/p5-Carp-Datum | |
parent | d4f955f25e991fa1679aa3c632f40959baec375d (diff) | |
download | ports-8b040d94f2d3b29529622e567d2a4376ff6b937a.tar.gz ports-8b040d94f2d3b29529622e567d2a4376ff6b937a.zip |
Notes
Diffstat (limited to 'devel/p5-Carp-Datum')
-rw-r--r-- | devel/p5-Carp-Datum/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Carp-Datum/Makefile b/devel/p5-Carp-Datum/Makefile index 143da50658e4..594106c3bc89 100644 --- a/devel/p5-Carp-Datum/Makefile +++ b/devel/p5-Carp-Datum/Makefile @@ -14,12 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Debugging And Tracing Ultimate Module -BUILD_DEPENDS= ${PM_BASE}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \ - ${PM_BASE}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long +BUILD_DEPENDS= p5-Log-Agent>=0:${PORTSDIR}/devel/p5-Log-Agent \ + p5-Getargs-Long>=0:${PORTSDIR}/devel/p5-Getargs-Long RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -PM_BASE= ${SITE_PERL} MAN1= datum_strip.1 MAN3= Carp::Datum::Assert.3 \ |