21 lines
320 B
Makefile
21 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:23 sthen Exp $
|
|
|
|
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>
|