2633575230
Changes: http://search.cpan.org/dist/XML-Tiny/CHANGES PR: ports/133599 Submitted by: Wen Heping <wenheping_AT_gmail dot com>
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# New ports collection makefile for: p5-XML-Tiny
|
|
# Date created: 2007-01-27
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Tiny
|
|
PORTVERSION= 2.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A simple lightweight parser for a subset of XML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|