21 lines
319 B
Makefile
21 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:10:54 espie Exp $
|
|
|
|
COMMENT= allow GD perl scripts to output SVG
|
|
|
|
DISTNAME= GD-SVG-0.33
|
|
CATEGORIES= graphics
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= graphics/p5-GD \
|
|
graphics/p5-SVG
|
|
|
|
MODULES= cpan
|
|
|
|
MODCPAN_EXAMPLES=Yes
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|