2003-08-19 06:29:55 +02:00
|
|
|
# New ports collection makefile for: p5-Template-Plugin-Comma
|
|
|
|
# Date created: 19 August 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Template-Plugin-Comma
|
2005-03-10 10:16:31 +01:00
|
|
|
PORTVERSION= 0.04
|
2003-08-19 06:29:55 +02:00
|
|
|
CATEGORIES= www textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-08-19 06:29:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-02-27 03:38:36 +01:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2005-03-10 10:16:31 +01:00
|
|
|
COMMENT= TT Plugin to commify numbers
|
2003-08-19 06:29:55 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Template::Plugin::Comma.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|