1999-10-28 06:06:07 +00: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 12:25:12 +00:00
|
|
|
PORTNAME= Text-Template
|
2008-05-08 19:26:16 +00:00
|
|
|
PORTVERSION= 1.45
|
1999-10-28 06:06:07 +00:00
|
|
|
CATEGORIES= textproc perl5
|
2003-02-10 21:46:38 +00:00
|
|
|
MASTER_SITES= http://perl.plover.com/Template/ \
|
2008-04-17 14:30:31 +00:00
|
|
|
CPAN
|
2000-04-23 12:25:12 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-10-28 06:06:07 +00:00
|
|
|
|
2009-01-29 17:41:17 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= Expand template text with embedded Perl
|
1999-10-28 06:06:07 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= YES
|
1999-10-28 06:06:07 +00:00
|
|
|
|
2002-03-02 17:59:18 +00:00
|
|
|
MAN3= Text::Template.3 Text::Template::Preprocess.3
|
1999-10-28 06:06:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|