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

.include <bsd.port.mk>