19 lines
259 B
Makefile
19 lines
259 B
Makefile
COMMENT= allow GD perl scripts to output SVG
|
|
|
|
DISTNAME= GD-SVG-0.33
|
|
CATEGORIES= graphics
|
|
REVISION= 0
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= graphics/p5-GD \
|
|
graphics/p5-SVG
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
MODCPAN_EXAMPLES=Yes
|
|
|
|
.include <bsd.port.mk>
|