svn commit: r379944 - head/math/p5-Math-Polygon
Adam Weinberger
adamw at FreeBSD.org
Wed Feb 25 18:57:01 UTC 2015
Author: adamw
Date: Wed Feb 25 18:57:00 2015
New Revision: 379944
URL: https://svnweb.freebsd.org/changeset/ports/379944
QAT: https://qat.redports.org/buildarchive/r379944/
Log:
Test::Pod is a TEST depends, not BUILD/RUN.
Modified:
head/math/p5-Math-Polygon/Makefile
Modified: head/math/p5-Math-Polygon/Makefile
==============================================================================
--- head/math/p5-Math-Polygon/Makefile Wed Feb 25 18:54:15 2015 (r379943)
+++ head/math/p5-Math-Polygon/Makefile Wed Feb 25 18:57:00 2015 (r379944)
@@ -3,7 +3,7 @@
PORTNAME= Math-Polygon
PORTVERSION= 1.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,7 @@ COMMENT= Class for Maintaining Polygon D
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list