2005-11-30 17:13:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2005/11/30 22:13:31 steven Exp $
|
2001-05-06 00:11:38 -04:00
|
|
|
|
|
|
|
COMMENT= "perl module to build DOM Level 1 structures"
|
2001-01-24 19:11:52 -05:00
|
|
|
|
2005-11-30 17:13:31 -05:00
|
|
|
DISTNAME= XML-DOM-1.44
|
2001-01-24 19:11:52 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
2005-11-30 17:13:31 -05:00
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
|
2002-05-14 08:07:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
2001-01-24 19:11:52 -05:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-XML-Parser->=2.30:textproc/p5-XML-Parser \
|
2002-06-09 01:31:40 -04:00
|
|
|
:p5-Libxml-*:textproc/p5-Libxml \
|
|
|
|
:p5-XML-RegExp-*:textproc/p5-XML-RegExp \
|
|
|
|
:p5-libwww-*:www/p5-libwww
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-24 19:11:52 -05:00
|
|
|
|
2003-11-15 10:12:53 -05:00
|
|
|
# GPL/Artistic
|
2001-01-24 19:11:52 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-11-30 17:13:31 -05:00
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
|
|
|
|
PKG_ARCH= *
|
2001-01-24 19:11:52 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|