summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-CSV/Makefile
blob: 3dcc0d38debe2568fa7e9a12fde02ac041cfdba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
# $FreeBSD$

PORTNAME=	Template-Plugin-CSV
PORTVERSION=	0.04
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GUGOD
PKGNAMEPREFIX=	p5-

MAINTAINER=	dgeo@centrale-marseille.fr
COMMENT=	Template::Plugin::CSV - Plugin for generating CSV

BUILD_DEPENDS=	p5-Template-Toolkit>0:www/p5-Template-Toolkit
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>