aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees/Makefile
blob: edc1bfcf1f576991a9546903574aa2ccd9f53a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	XML-Handler-Trees
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	PerlSAX handlers for building tree structures

USES=		perl5 dos2unix
USE_PERL5=	configure
DOS2UNIX_FILES=	Trees.pm

.include <bsd.port.mk>