2013-02-11 17:52:43 +01:00
|
|
|
# Created by: Bill "I hate Perl" Fumerola
|
1999-10-28 08:06:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTNAME= Text-Template
|
2013-02-11 17:52:43 +01:00
|
|
|
PORTVERSION= 1.46
|
1999-10-28 08:06:07 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2003-02-10 22:46:38 +01:00
|
|
|
MASTER_SITES= http://perl.plover.com/Template/ \
|
2008-04-17 16:30:31 +02:00
|
|
|
CPAN
|
2000-04-23 14:25:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-10-28 08:06:07 +02:00
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Expand template text with embedded Perl
|
1999-10-28 08:06:07 +02:00
|
|
|
|
2012-04-06 15:34:23 +02:00
|
|
|
LICENSE= ART10 GPLv2
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1999-10-28 08:06:07 +02:00
|
|
|
|
2002-03-02 18:59:18 +01:00
|
|
|
MAN3= Text::Template.3 Text::Template::Preprocess.3
|
1999-10-28 08:06:07 +02:00
|
|
|
|
2012-04-06 15:34:23 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
|
|
|
|
1999-10-28 08:06:07 +02:00
|
|
|
.include <bsd.port.mk>
|