2000-12-19 10:44:43 +01:00
|
|
|
# New ports collection makefile for: p5-dTemplate
|
|
|
|
# Date created: 9 December 2000
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dTemplate
|
2006-11-05 14:23:27 +01:00
|
|
|
PORTVERSION= 2.5
|
2000-12-19 10:44:43 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-19 10:44:43 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-04-12 15:08:01 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= A powerful template handling logic with advanced features
|
2000-12-19 10:44:43 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2000-12-19 10:44:43 +01:00
|
|
|
MAN3= dTemplate.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|