20 lines
423 B
Makefile
20 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/05/30 10:35:25 sthen Exp $
|
|
|
|
COMMENT= perl module collection for working with XML
|
|
|
|
MODULES= cpan
|
|
VERSION= 0.08
|
|
DISTNAME= libxml-perl-${VERSION}
|
|
PKGNAME= p5-Libxml-${VERSION}
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2.19
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|