summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV-Simple/Makefile
blob: c6360331cec87b9bb0ab2993284e095985d7d690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Text-CSV-Simple
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module for Simpler parsing of CSV files
WWW=		https://metacpan.org/release/Text-CSV-Simple

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
		p5-File-Slurp>=0:devel/p5-File-Slurp \
		p5-Class-Trigger>=0:devel/p5-Class-Trigger

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>