View | Details | Raw Unified | Return to bug 188610
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 8-17 Link Here
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	wen@FreeBSD.org
10
MAINTAINER=	wen@FreeBSD.org
11
COMMENT=	A Pure-Python Interface to the PostgreSQL Database
11
COMMENT=	Pure-Python Interface to the PostgreSQL Database
12
12
13
USE_PYTHON=	2
13
USE_PYTHON=	2
14
USE_PYDISTUTILS=easy_install
14
USE_PYDISTUTILS=easy_install
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>

Return to bug 188610