1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/p5-HTML-CTPP2/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

29 lines
616 B
Makefile

# Created by: Andrei V. Shetuhin <reki@reki.ru>
# $FreeBSD$
PORTNAME= HTML-CTPP2
PORTVERSION= 2.6.7
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN \
http://ctpp.havoc.ru/download/
PKGNAMEPREFIX= p5-
MAINTAINER= reki@reki.ru
COMMENT= Perl interface module to CTPP2 library
BUILD_DEPENDS= ctpp2>=2.5.1:${PORTSDIR}/textproc/ctpp2
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
USES= perl5
USE_PERL5= configure
# The port actually requires ${CXX} when ${CC} is defined
CC= ${CXX}
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>