diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 19:28:57 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 19:28:57 +0000 |
commit | eca8331c7728263bde1d0d120cb5842eb65578d1 (patch) | |
tree | cd23097dbfa0266f5afa054239a1a416ed87b265 /math/p5-Math-Geometry-Planar-Offset/Makefile | |
parent | Update to 0.45 (diff) |
Update to 1.05
PR: 120449
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'math/p5-Math-Geometry-Planar-Offset/Makefile')
-rw-r--r-- | math/p5-Math-Geometry-Planar-Offset/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Geometry-Planar-Offset/Makefile b/math/p5-Math-Geometry-Planar-Offset/Makefile index ee8f8cf55134..df0a330f0422 100644 --- a/math/p5-Math-Geometry-Planar-Offset/Makefile +++ b/math/p5-Math-Geometry-Planar-Offset/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Geometry-Planar-Offset -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Calculate offset polygons +BUILD_DEPENDS= ${SITE_PERL}/Test/YAML.pm:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= ${BUILD_DEPENDS} + MAN3= Math::Geometry::Planar::Offset.3 PERL_MODBUILD= yes |