mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
61fd35343f
- Add license - Pet portlint Sponsored by: Absolight
23 lines
468 B
Makefile
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>
|