blob: d70f04067a498768ee8adffe80ebea637403203a (
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
27
28
29
30
31
32
|
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
# $FreeBSD$
PORTNAME= SGML-Parser-OpenSP
PORTVERSION= 0.994
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Parse SGML documents using OpenSP
BUILD_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_DOS2UNIX= yes
USES= perl5
USE_PERL5= configure
CC= ${CXX}
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
MAN3= SGML::Parser::OpenSP.3 SGML::Parser::OpenSP::Tools.3
NO_STAGE= yes
post-patch:
(cd ${WRKSRC} ; \
${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|g" Makefile.PL )
.include <bsd.port.mk>
|