aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Tiny/Makefile
blob: 037c5dc1ce3c250ca0059514610b06290c778e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=    1.06
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
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>