summaryrefslogtreecommitdiff
path: root/databases/py-sqlcipher3/Makefile
blob: 464a60b351284b6bb64cbd72d56bc2113efe98ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	sqlcipher3
DISTVERSION=	0.5.2
CATEGORIES=	databases python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python 3 bindings for SQLCipher
WWW=		https://github.com/coleifer/sqlcipher3

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libsqlcipher.so:databases/sqlcipher

USES=		localbase python
USE_PYTHON=	distutils autoplist pytest

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlcipher3/_sqlite3${PYTHON_EXT_SUFFIX}.so

.include <bsd.port.mk>