freebsd-ports/www/p5-Template-Plugin-Comma/Makefile
Andrej Zverev c2d7618dc4 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:36:32 +00:00

19 lines
424 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= Template-Plugin-Comma
PORTVERSION= 0.04
CATEGORIES= www textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= TT Plugin to commify numbers
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>