aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortj <tj@FreeBSD.org>2013-06-19 03:07:05 +0800
committertj <tj@FreeBSD.org>2013-06-19 03:07:05 +0800
commit2112fab922d4dbf07854eba81d02b2d51fde6b47 (patch)
tree1b954430837f4ba0455e4617f411613823d92f5e
parent5ee3c04a8e0b7e68fd0f05fe874b5c3e1a5d058b (diff)
downloadfreebsd-ports-gnome-2112fab922d4dbf07854eba81d02b2d51fde6b47.tar.gz
freebsd-ports-gnome-2112fab922d4dbf07854eba81d02b2d51fde6b47.tar.zst
freebsd-ports-gnome-2112fab922d4dbf07854eba81d02b2d51fde6b47.zip
Remove dependency on Test::Simple as required dependency is Test::More
is now part of perl core. Submitted by: az
-rw-r--r--devel/p5-constant/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile
index 718e82d7ed06..dbf0789b9976 100644
--- a/devel/p5-constant/Makefile
+++ b/devel/p5-constant/Makefile
@@ -3,6 +3,7 @@
PORTNAME= constant
PORTVERSION= 1.27
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Perl pragma to declare constants
-BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= constant.3