diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
commit | 9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8 (patch) | |
tree | 3cdef8d0cb4826e67e4e4486f0b39da3a8467b14 /graphics/p5-CAD-Drawing | |
parent | b7ffdb5d78d881c7767aa9cac82c0da3a96feea7 (diff) | |
download | ports-9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8.tar.gz ports-9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8.zip |
Notes
Diffstat (limited to 'graphics/p5-CAD-Drawing')
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index 8d8bebc47805..ea53dbc23049 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -3,7 +3,7 @@ PORTNAME= CAD-Drawing PORTVERSION= 0.26 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Methods to create, load, and save vector graphics -RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ - p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \ - p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \ - convert:${PORTSDIR}/graphics/ImageMagick \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \ + p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar \ + p5-Math-MatrixReal>=0:${PORTSDIR}/math/p5-Math-MatrixReal \ + p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \ - p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar -BUILD_DEPENDS:= ${RUN_DEPENDS} + ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild |