blob: 2a123a54dabd52f526614f6bc1d5aa86816b773b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
WWW= https://metacpan.org/release/XML-Handler-Trees
USES= perl5 dos2unix
USE_PERL5= configure
DOS2UNIX_FILES= Trees.pm
.include <bsd.port.mk>
|