mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pglite
|
|
DISTVERSION= 1.0.13
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Light PostgreSQL: use PostgreSQL as a simple SQLite database
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
USES= python pgsql
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
WANT_PGSQL= server
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/script/pglite
|
|
|
|
.include <bsd.port.mk>
|