2013-04-26 10:53:01 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-11-05 18:09:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-LibXML-PrettyPrint
|
2012-03-16 17:26:58 +01:00
|
|
|
PORTVERSION= 0.003
|
2011-11-05 18:09:54 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Add pleasant whitespace to a DOM tree
|
|
|
|
|
2013-04-26 10:53:01 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-11-05 18:09:54 +01:00
|
|
|
BUILD_DEPENDS= p5-Pragmatic>=0:${PORTSDIR}/devel/p5-Pragmatic \
|
|
|
|
p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
|
|
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
2013-04-26 10:53:01 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-03-15 10:36:30 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0.20:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
|
2012-12-16 07:12:28 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2011-11-05 18:09:54 +01:00
|
|
|
|
|
|
|
MAN3= XML::LibXML::PrettyPrint.3
|
|
|
|
|
2013-04-26 10:53:01 +02:00
|
|
|
.include <bsd.port.mk>
|