df4e1203e4
ok jasper@ (final commit)
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:48 ajacoutot Exp $
|
|
|
|
COMMENT= perl module collection for working with XML
|
|
|
|
MODULES= cpan
|
|
VERSION= 0.08
|
|
DISTNAME= libxml-perl-${VERSION}
|
|
PKGNAME= p5-Libxml-${VERSION}
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2.19
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|