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 /databases/pure-sql3 | |
parent | d02e1fb0bb02159a86c87fdd68f95b3b34917dce (diff) | |
download | ports-ff605004473d3bad7765e0e026691c5acfda1f93.tar.gz ports-ff605004473d3bad7765e0e026691c5acfda1f93.zip |
Notes
Diffstat (limited to 'databases/pure-sql3')
-rw-r--r-- | databases/pure-sql3/Makefile | 22 | ||||
-rw-r--r-- | databases/pure-sql3/distinfo | 4 |
2 files changed, 6 insertions, 20 deletions
diff --git a/databases/pure-sql3/Makefile b/databases/pure-sql3/Makefile index 6699f2a07fd4..2b7fe7b0e251 100644 --- a/databases/pure-sql3/Makefile +++ b/databases/pure-sql3/Makefile @@ -7,33 +7,19 @@ PORTNAME= pure-sql3 PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= Pure language binding to the SQLite3 library -LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 -LICENSE_FILE= ${WRKSRC}/COPYING +USE_PURE= yes -USE_GCC= 4.2+ -USE_GMAKE= yes PLIST_FILES= lib/pure/sql3.pure \ lib/pure/sql3util.so -MAKE_ARGS+= prefix=${PREFIX} CPPFLAGS+=-I${LOCALBASE}/include \ - LDFLAGS+=-L${LOCALBASE}/lib CFLAGS="${CFLAGS}" - -PORTEXAMPLES= * - .include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) -.endif - +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" .include <bsd.port.post.mk> diff --git a/databases/pure-sql3/distinfo b/databases/pure-sql3/distinfo index 78dc57a55b6e..f8878ec7aea2 100644 --- a/databases/pure-sql3/distinfo +++ b/databases/pure-sql3/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-sql3-0.4.tar.gz) = 6e6835169ad00b18ecc06b3b156f4ea4a26a3e0ee4a7780a88cee2e7deab7ce1 -SIZE (pure-sql3-0.4.tar.gz) = 41610 +SHA256 (pure/pure-sql3-0.4.tar.gz) = 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479 +SIZE (pure/pure-sql3-0.4.tar.gz) = 41822 |