1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/p5-Text-Tmpl/Makefile
Mathieu Arnold 61fd35343f - Support staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 15:52:12 +00:00

23 lines
468 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Text-Tmpl
PORTVERSION= 0.33
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Templating system perl library
USES= perl5
USE_PERL5= configure patch
pre-patch:
@${PERL} -pi -e '/OPTIMIZE|libtmpl.pod/ and $$_=""' \
${WRKSRC}/Makefile.PL
@${PERL} -pi -e 's/\(I32\)/(IV)/' \
${WRKSRC}/typemap ${WRKSRC}/perl_tags.c
.include <bsd.port.mk>