aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAX/Makefile
blob: 6e021e5ccbd52b90b973bdc2a904d566f4bb2627 (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
27
28
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   XML-SAX
PORTVERSION=    0.99
PORTREVISION=   2
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Simple API for XML

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-XML-NamespaceSupport>=0.03:textproc/p5-XML-NamespaceSupport \
        p5-XML-SAX-Base>=1.05:textproc/p5-XML-SAX-Base
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

post-configure:
# dirty hack to deceive irritable pod2man
    @${PERL} -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

.include <bsd.port.mk>