mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# Created by: Ache
|
|
# $FreeBSD: head/textproc/p5-Text-CSV_XS/Makefile 412349 2016-04-01 14:25:16Z mat $
|
|
|
|
PORTNAME= Text-CSV_XS
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HMBRAND
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Comma-separated values manipulation routines
|
|
|
|
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>
|
|
#EOF
|