28 lines
625 B
Makefile
28 lines
625 B
Makefile
# Created by: alex@kapranoff.ru
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Template-JIT
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to compile HTML Templates with Inline::C
|
|
|
|
BUILD_DEPENDS= p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \
|
|
p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
INSTALL_TARGET= pure_install
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e 's/indent -kr/indent/' \
|
|
${WRKSRC}/JIT/Compiler.pm
|
|
|
|
.include <bsd.port.post.mk>
|