freebsd-ports/textproc/p5-XML-Parser-Style-Elemental/Makefile
Sunpoet Po-Chuan Hsieh bef9c9a1a4 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/188949
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:56 +00:00

21 lines
428 B
Makefile

# 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-
MAINTAINER= 5u623l20@gmail.com
COMMENT= More advanced and flexible object tree style for XML::Parser
LICENSE= ART10
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>