freebsd-ports/textproc/p5-XML-Rules/Makefile
2012-12-14 13:35:40 +00:00

19 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= XML-Rules
PORTVERSION= 1.16
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Parse XML and specify rules for individual tags
RUN_DEPENDS= p5-XML-Parser>=2.00:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= XML::Rules.3
.include <bsd.port.mk>