summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Tiny/Makefile
blob: a05e0359aecdd4425875f353afd06f6a918515bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

USES=		perl5
USE_PERL5=	configure

MAN3=		XML::Tiny.3

NO_STAGE=	yes
.include <bsd.port.mk>