5b990fc298
for the one minute between the import and the realization...)
22 lines
440 B
Makefile
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>
|