mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
20 lines
484 B
Makefile
20 lines
484 B
Makefile
PORTNAME= Template-Plugin-CSV
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GUGOD
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dgeo@centrale-med.fr
|
|
COMMENT= Simple TT2 plugin for generating CSV
|
|
WWW= https://metacpan.org/release/Template-Plugin-CSV
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit \
|
|
p5-Text-CSV>=0:textproc/p5-Text-CSV
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|