aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Pipeline
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:07:27 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:07:27 +0800
commit52c562f5731f34c841ec53731465932b1b386bc1 (patch)
treef17da2d483fe9988bea0661c549f19486317c584 /devel/p5-Pipeline
parent4bbf5addf372642e05a43cd37944f1625d747af8 (diff)
downloadfreebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.gz
freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.zst
freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel/p5-Pipeline')
-rw-r--r--devel/p5-Pipeline/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Pipeline/Makefile b/devel/p5-Pipeline/Makefile
index 5b4af3d383a6..ace2201e5534 100644
--- a/devel/p5-Pipeline/Makefile
+++ b/devel/p5-Pipeline/Makefile
@@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rouslan@rshell.net
COMMENT= Pipeline - Generic pipeline interface
-BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
- ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
- ${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \
- ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
- ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
- ${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util
+BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
+ p5-Error>=0:${PORTSDIR}/lang/p5-Error \
+ p5-IO-Null>=0:${PORTSDIR}/devel/p5-IO-Null \
+ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
+ p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
+ p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes