diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 02:34:36 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 02:34:36 +0800 |
commit | cec005f476e01291c51189d9514208ccd51ddbfc (patch) | |
tree | 53397236fcde96a652aaa58c34de70cb2a4f1ba2 | |
parent | ca037d3a3f0ffcba61e81cf6e46b13c020ad5d64 (diff) | |
download | freebsd-ports-gnome-cec005f476e01291c51189d9514208ccd51ddbfc.tar.gz freebsd-ports-gnome-cec005f476e01291c51189d9514208ccd51ddbfc.tar.zst freebsd-ports-gnome-cec005f476e01291c51189d9514208ccd51ddbfc.zip |
p5-Test-use-ok is a TEST depend, not BUILD/RUN.
-rw-r--r-- | devel/p5-Check-ISA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Check-ISA/Makefile b/devel/p5-Check-ISA/Makefile index a2f6942b58a0..47bbed3c1bf1 100644 --- a/devel/p5-Check-ISA/Makefile +++ b/devel/p5-Check-ISA/Makefile @@ -3,7 +3,7 @@ PORTNAME= Check-ISA PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NUFFIN @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DWIM, correct checking of an object's class -RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok USES= perl5 USE_PERL5= configure |