19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/06 17:06:18 jasper Exp $
|
|
|
|
COMMENT= "allow GD perl scripts to output SVG"
|
|
|
|
DISTNAME= GD-SVG-0.25
|
|
CATEGORIES= graphics
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-SVG-*:graphics/p5-SVG
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|