blob: 681f8bdc9ab6fc554062857535b15b58080c95df (
plain) (
blame)
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: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= XML-SAX-Expat
PORTVERSION= 0.51
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple API for XML
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
p5-XML-SAX>=0:textproc/p5-XML-SAX \
p5-XML-NamespaceSupport>=0:textproc/p5-XML-NamespaceSupport
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5 dos2unix
USE_PERL5= configure
CONFIGURE_ENV= SKIP_SAX_INSTALL=yes
.include <bsd.port.mk>
|