openbsd-ports/graphics/p5-SVG/Makefile
espie 5b990fc298 and this is obviously arch-independent (don't bother bumping the pkgname
for the one minute between the import and the realization...)
2005-03-02 23:34:10 +00:00

22 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/03/02 23:34:10 espie Exp $
COMMENT= "Scalable Vector Graphics (SVG) in perl"
PKG_ARCH= *
DISTNAME= SVG-2.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5 devel
# perl licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://roasp.com/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>