ee1496bc33
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
38 lines
888 B
Makefile
38 lines
888 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/11/25 21:06:58 sturm Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
COMMENT= "perl module for parsing huge XML documents"
|
|
|
|
DISTNAME= XML-Twig-3.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
HOMEPAGE= http://www.xmltwig.com/xmltwig/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
BUILD_DEPENDS= ::textproc/p5-XML-Parser
|
|
RUN_DEPENDS= ::textproc/p5-XML-Parser
|
|
REGRESS_DEPENDS=::textproc/p5-XML-Simple \
|
|
::www/p5-libwww \
|
|
::textproc/p5-XML-XPath \
|
|
::textproc/p5-XML-SAX \
|
|
::converters/p5-Unicode-Map \
|
|
::converters/p5-Unicode-Map8 \
|
|
::converters/p5-Unicode-String \
|
|
::devel/p5-Test-Pod \
|
|
::converters/p5-Text-Iconv
|
|
|
|
.include <bsd.port.mk>
|