2004-06-26 07:35:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:10 xsa Exp $
|
2001-05-06 04:11:38 +00:00
|
|
|
|
|
|
|
COMMENT= "perl module to build DOM Level 1 structures"
|
2001-01-25 00:11:52 +00:00
|
|
|
|
2003-06-14 09:59:12 +00:00
|
|
|
DISTNAME= XML-DOM-1.42
|
2001-01-25 00:11:52 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
2002-05-14 12:07:09 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
2001-01-25 00:11:52 +00:00
|
|
|
|
2002-10-20 05:44:21 +00:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-01-25 00:11:52 +00:00
|
|
|
|
2004-06-26 07:35:05 +00:00
|
|
|
RUN_DEPENDS= :p5-XML-Parser->=2.30:textproc/p5-XML-Parser \
|
2002-06-09 05:31:40 +00:00
|
|
|
:p5-Libxml-*:textproc/p5-Libxml \
|
|
|
|
:p5-XML-RegExp-*:textproc/p5-XML-RegExp \
|
|
|
|
:p5-libwww-*:www/p5-libwww
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-25 00:11:52 +00:00
|
|
|
|
2003-11-15 15:12:53 +00:00
|
|
|
# GPL/Artistic
|
2001-01-25 00:11:52 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|