freebsd-ports/textproc/p5-dTemplate/Makefile
Will Andrews 6940673a36 Add p5-dTemplate 1.0, a perl module aspiring to be the most powerful
general purpose templating system.

PR:		23484
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-19 09:44:43 +00:00

22 lines
498 B
Makefile

# New ports collection makefile for: p5-dTemplate
# Date created: 9 December 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
PORTNAME= dTemplate
PORTVERSION= 1.0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= dTemplate
PKGNAMEPREFIX= p5-
MAINTAINER= jeremy@external.org
MAN3= dTemplate.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>