freebsd-ports/databases/sqlcipher/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

22 lines
422 B
Makefile

# $FreeBSD$
PORTNAME= sqlcipher
PORTVERSION= 3.2.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= jharris@widomaker.com
COMMENT= Encrypted SQLite database
LICENSE= BSD3CLAUSE
USE_LDCONFIG= yes
USE_GITHUB= yes
USES= libtool pathfix tcl:86,build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
CPPFLAGS+= -DSQLITE_HAS_CODEC
LDFLAGS+= -lcrypto
.include <bsd.port.mk>