Date: Tue, 18 Jun 2013 19:07:05 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321215 - head/devel/p5-constant Message-ID: <201306181907.r5IJ75t4074996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181907.r5IJ75t4074996>