Files
ports/textproc/p5-SGML-Parser-OpenSP/Makefile
T
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

34 lines
793 B
Makefile

# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
# $FreeBSD$
PORTNAME= SGML-Parser-OpenSP
PORTVERSION= 0.994
PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Parse SGML documents using OpenSP
# The port's README says the port "is licensed under the same terms as Perl
# itself".
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= onsgmls:textproc/opensp \
p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= dos2unix perl5
USE_PERL5= configure
CC= ${CXX}
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
post-patch:
(cd ${WRKSRC} ; \
${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|g" Makefile.PL )
.include <bsd.port.mk>