# 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>