1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/databases/py-PyGreSQL/Makefile
Ruslan Makhmatkhanov 508a9eed7c - install port documentation into stagedir uncoditionally and remove inclusion
of bsd.port.options.mk
- unmute docs installation command
- remove no more needed patch
- bump PORTREVISION
2014-02-09 11:11:46 +00:00

28 lines
577 B
Makefile

# Created by: nectar@FreeBSD.org
# $FreeBSD$
PORTNAME= PyGreSQL
PORTVERSION= 4.1.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= databases python
MASTER_SITES= http://www.pygresql.org/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to PostgreSQL, both classic and DP-API 2.0
USE_PGSQL= yes
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= *
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>