diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:57:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:57:00 +0000 |
commit | 1d3d39de88c9c36db5b87edcb31e8e996c6090f2 (patch) | |
tree | 6f872e0d99a8d9af11fe1c07a651d757438afda5 /math/p5-Math-Polygon | |
parent | p5-Test-Differences was already listed as a TEST_DEPENDS, but was missed (diff) |
Test::Pod is a TEST depends, not BUILD/RUN.
Notes
Notes:
svn path=/head/; revision=379944
Diffstat (limited to 'math/p5-Math-Polygon')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index 91ce14ce9b14..6e5df0106fc4 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -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 Data 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 |