openbsd-ports/textproc/p5-XML-DOM/Makefile
shell 1b822d985e Updated to p5-XML-DOM-1.39
Take maintainership, ok'ed by avsm@
2002-07-15 08:36:57 +00:00

26 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.8 2002/07/15 08:36:57 shell Exp $
COMMENT= "perl module to build DOM Level 1 structures"
DISTNAME= XML-DOM-1.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= Shell Hung <shell@shellhung.org>
BUILD_DEPENDS= :p5-XML-Parser->=2.30:textproc/p5-XML-Parser \
:p5-Libxml-*:textproc/p5-Libxml \
:p5-XML-RegExp-*:textproc/p5-XML-RegExp \
:p5-libwww-*:www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>