freebsd-ports/textproc/p5-SGML-Parser-OpenSP/Makefile
2021-04-06 16:31:07 +02:00

32 lines
781 B
Makefile

# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
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>