diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-26 11:18:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-26 11:18:51 +0000 |
commit | ff605004473d3bad7765e0e026691c5acfda1f93 (patch) | |
tree | 80eb7688b99358fe46b96ed7012a1128be44321a /textproc/pure-csv | |
parent | d02e1fb0bb02159a86c87fdd68f95b3b34917dce (diff) | |
download | ports-ff605004473d3bad7765e0e026691c5acfda1f93.tar.gz ports-ff605004473d3bad7765e0e026691c5acfda1f93.zip |
Notes
Diffstat (limited to 'textproc/pure-csv')
-rw-r--r-- | textproc/pure-csv/Makefile | 18 | ||||
-rw-r--r-- | textproc/pure-csv/distinfo | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index ee82af5f2dd4..6be64e2fd7c5 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -6,24 +6,18 @@ # PORTNAME= pure-csv -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= textproc -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= A CSV reading and writing module for the Pure language -LIB_DEPENDS+= pure:${PORTSDIR}/lang/pure - -LICENSE_FILE= ${WRKSRC}/COPYING +USE_PURE= yes +NO_PURE_EXAMPLES= yes PLIST_FILES= lib/pure/csv.pure \ lib/pure/csv.so -USE_GCC= 4.2+ -USE_GMAKE= yes - -MAKE_ARGS+= prefix=${PREFIX} CPPFLAGS+=-I${LOCALBASE}/include \ - LDFLAGS+=-L${LOCALBASE}/lib CFLAGS="${CFLAGS}" - -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pure-csv/distinfo b/textproc/pure-csv/distinfo index 34ce5f656e93..1854d5541cb5 100644 --- a/textproc/pure-csv/distinfo +++ b/textproc/pure-csv/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-csv-1.4.tar.gz) = 9b61f9c73a23a710ab9c77e039480d5fbf0a55e11c1a2dbeb9846411a1c68880 -SIZE (pure-csv-1.4.tar.gz) = 26549 +SHA256 (pure/pure-csv-1.5.tar.gz) = 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c +SIZE (pure/pure-csv-1.5.tar.gz) = 26670 |