openbsd-ports/graphics/p5-GD-SVG/Makefile
espie eaafa9a36b perl module: API substitution. Allows GD-using scripts to output SVG
graphics in a nearly transparent way.

Contrary to what the documentation says, this module only needs p5-SVG
to operate, since it effectively does replace GD itself.
2005-03-03 00:32:50 +00:00

23 lines
449 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/03/03 00:32:50 espie Exp $
COMMENT= "allow GD perl scripts to output SVG"
PKG_ARCH= *
DISTNAME= GD-SVG-0.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
# 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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>