openbsd-ports/textproc/p5-XML-DOM/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

25 lines
521 B
Makefile

# $OpenBSD: Makefile,v 1.21 2010/12/03 11:46:50 ajacoutot Exp $
COMMENT= perl module to build DOM Level 1 structures
MODULES= cpan
DISTNAME= XML-DOM-1.44
REVISION= 1
CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
RUN_DEPENDS= textproc/p5-XML-Parser>=2.30 \
textproc/p5-Libxml \
textproc/p5-XML-RegExp \
www/p5-libwww
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>