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

.include <bsd.port.mk>