blob: d4532146e01faaf1a74a1632269a9d29bde3df67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# New ports collection makefile for: CAD-Drawing
# Date created: 21 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CAD-Drawing
PORTVERSION= 0.26
PORTREVISION= 7
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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 \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \
p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar
BUILD_DEPENDS:= ${RUN_DEPENDS}
MAN3= CAD::Drawing.3 \
CAD::Drawing::Calculate.3 \
CAD::Drawing::Calculate::Finite.3 \
CAD::Drawing::Defined.3 \
CAD::Drawing::IO.3 \
CAD::Drawing::IO::Circ.3 \
CAD::Drawing::IO::Compressed.3 \
CAD::Drawing::IO::FlatYAML.3 \
CAD::Drawing::IO::Split.3 \
CAD::Drawing::Manipulate.3 \
CAD::Drawing::Manipulate::Graphics.3 \
CAD::Drawing::Manipulate::Transform.3
PERL_MODBUILD= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
|