c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# New ports collection makefile for: p5-dTemplate
|
|
# Date created: 9 December 2000
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dTemplate
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= dTemplate
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
COMMENT= A powerful template handling logic with advanced features
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= dTemplate.3
|
|
|
|
.include <bsd.port.mk>
|