blob: 142a47808fc831348eedfec88da1674fe238584e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-SAX-Base
PORTVERSION= 1.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class SAX Drivers and Filters
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
CONFLICTS= p5-XML-SAX-0.[0-8]* p5-XML-SAX-0.9[0-8]*
USE_PERL5= configure
USES= perl5
MAN3= XML::SAX::Base.3 \
XML::SAX::BuildSAXBase.3 \
XML::SAX::Exception.3
NO_STAGE= yes
.include <bsd.port.mk>
|