freebsd-ports/databases/py-pg8000/Makefile
2016-06-12 02:11:20 +00:00

20 lines
385 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pg8000
PORTVERSION= 1.10.6
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure-Python Interface to the PostgreSQL Database
LICENSE= BSD3CLAUSE
USES= python:2
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>