aboutsummaryrefslogblamecommitdiff
path: root/textproc/ocaml-csv/Makefile
blob: bb70111d7eb2ed083b08aca9850ea98a70c1e009 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                     
                 
                        
                                                                 

                                
                                                         
                                                         
 
                       
 
                                            
                     
                           


                           
                     
 

                           
                      
PORTNAME=	ocaml-csv
PORTVERSION=	1.2.1
PORTREVISION=	2
CATEGORIES=	textproc
MASTER_SITES=	https://forge.ocamlcore.org/frs/download.php/420/

MAINTAINER=	tcrimi@gmail.com
COMMENT=	OCaml library to read and write CSV files
WWW=		https://forge.ocamlcore.org/projects/csv/

LICENSE=	LGPL21+

WRKSRC=		${WRKDIR}/csv-${PORTVERSION}
USES=		gmake
MAKE_ARGS=	byte native
USE_OCAML=	yes
USE_OCAML_FINDLIB=	yes
OCAML_PKGDIRS=	csv
TEST_TARGET=	tests

MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>