21 lines
439 B
Makefile
21 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:42:43 espie 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
|
|
|
|
.include <bsd.port.mk>
|