summaryrefslogtreecommitdiff
path: root/textproc/p5-Spreadsheet-Read/Makefile
blob: 5421ad37cf00a8e0c3e21ff40937ef7c260b12fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	Spreadsheet-Read
PORTVERSION=	0.84
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:HMBRAND
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Read the data from a spreadsheet

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Spreadsheet-ParseExcel>=0.65,1:textproc/p5-Spreadsheet-ParseExcel \
		p5-Spreadsheet-ParseXLSX>=0.27:textproc/p5-Spreadsheet-ParseXLSX \
		p5-Spreadsheet-ReadSXC>=0.33:textproc/p5-Spreadsheet-ReadSXC \
		p5-Text-CSV>=2.00:textproc/p5-Text-CSV \
		p5-Text-CSV_XS>=1.45:textproc/p5-Text-CSV_XS
TEST_DEPENDS=	p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings

USES=		perl5 tar:tgz
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>