mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1dc4848d64
Changelog: https://metacpan.org/release/Text-CSV_XS PR: 252400 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
28 lines
602 B
Makefile
28 lines
602 B
Makefile
# Created by: Ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-CSV_XS
|
|
PORTVERSION= 1.45
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HMBRAND
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Comma-separated values manipulation routines
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1.51:devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CSV_XS/CSV_XS.so
|
|
|
|
.include <bsd.port.mk>
|