freebsd-ports/textproc/p5-XML-Parser-Style-Elemental/Makefile

20 lines
411 B
Makefile
Raw Normal View History

# Created by: arved
# $FreeBSD$
PORTNAME= XML-Parser-Style-Elemental
PORTVERSION= 0.50
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TIMA
PKGNAMEPREFIX= p5-
2004-12-06 13:38:25 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= More advanced and flexible object tree style for XML::Parser
2012-06-04 18:42:28 +02:00
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>