214d238551
added REGRESS_DEPENDS and fixed RUN_DEPENDS, update my e-mail address. feedback and ok steven
41 lines
939 B
Makefile
41 lines
939 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/07/03 16:58:59 jasper Exp $
|
|
|
|
COMMENT= "perl module for parsing huge XML documents"
|
|
|
|
DISTNAME= XML-Twig-3.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
HOMEPAGE= http://www.xmltwig.com/xmltwig/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-Parser \
|
|
::www/p5-HTML-Tree
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
REGRESS_DEPENDS=::converters/p5-Text-Iconv \
|
|
::converters/p5-Unicode-Map \
|
|
::converters/p5-Unicode-Map8 \
|
|
::converters/p5-Unicode-String \
|
|
::devel/p5-IO-stringy \
|
|
::devel/p5-Test-Pod \
|
|
::devel/p5-Tie-IxHash \
|
|
::textproc/p5-XML-SAX \
|
|
::textproc/p5-XML-Simple \
|
|
::textproc/p5-XML-XPath \
|
|
::www/p5-libwww
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|