1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/textproc/p5-XML-Rules/Makefile
Lars Thegler 252f3f457e Update to 1.08.1
Feature safe: yes
2009-09-29 11:53:23 +00:00

26 lines
546 B
Makefile

# New ports collection makefile for: textproc/p5-XML-Rules
# Date created: 14 October 2008
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-Rules
PORTVERSION= 1.08.1
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}
WRKSRC= ${WRKDIR}/${DISTNAME:S/.1//}
PERL_MODBUILD= yes
MAN3= XML::Rules.3
.include <bsd.port.mk>