1999-10-28 08:06:07 +02:00
|
|
|
# New ports collection makefile for: Text::Template
|
|
|
|
# Date created: Thu Oct 28 01:58:13 EDT 1999
|
|
|
|
# Whom: Bill "I hate Perl" Fumerola
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTNAME= Text-Template
|
2008-05-08 21:26:16 +02:00
|
|
|
PORTVERSION= 1.45
|
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
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|