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