svn commit: r321215 - head/devel/p5-constant
Tom Judge
tj at FreeBSD.org
Tue Jun 18 19:07:06 UTC 2013
Author: tj
Date: Tue Jun 18 19:07:05 2013
New Revision: 321215
URL: http://svnweb.freebsd.org/changeset/ports/321215
Log:
Remove dependency on Test::Simple as required dependency is Test::More
is now part of perl core.
Submitted by: az
Modified:
head/devel/p5-constant/Makefile
Modified: head/devel/p5-constant/Makefile
==============================================================================
--- head/devel/p5-constant/Makefile Tue Jun 18 19:01:26 2013 (r321214)
+++ head/devel/p5-constant/Makefile Tue Jun 18 19:07:05 2013 (r321215)
@@ -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 at 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
More information about the svn-ports-head
mailing list