freebsd-ports/textproc/p5-XML-Tiny/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

17 lines
316 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-Tiny
PORTVERSION= 2.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple lightweight parser for a subset of XML
PERL_CONFIGURE= yes
MAN3= XML::Tiny.3
.include <bsd.port.mk>