mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
34da9bdf57
been inactive more than 6 months. We hope to see him back sometime.
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# 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
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= www textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Template
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= TT Plugin to commify numbers
|
|
|
|
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>
|