2013-05-24 09:57:15 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-22 03:29:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= CAD-Drawing
|
|
|
|
PORTVERSION= 0.26
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 9
|
2006-05-22 03:29:10 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 03:29:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-05-24 09:57:15 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-22 03:29:10 +02:00
|
|
|
COMMENT= Methods to create, load, and save vector graphics
|
|
|
|
|
2013-11-22 20:07:32 +01:00
|
|
|
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 \
|
2012-06-04 18:53:46 +02:00
|
|
|
p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \
|
2015-03-13 18:29:58 +01:00
|
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
2013-11-22 20:07:32 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-22 03:29:10 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2006-05-22 03:29:10 +02:00
|
|
|
|
2013-05-24 09:57:15 +02:00
|
|
|
.include <bsd.port.mk>
|