# Ports collection Makefile for: PyGreSQL # Date created: 2/22/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= PyGreSQL PORTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= databases python MASTER_SITES= ftp://ftp.pygresql.org/pub/distrib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz MAINTAINER= girgen@FreeBSD.org COMMENT= A Python interface to PostgreSQL, both classic and DP-API 2.0 BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base USE_PGSQL= yes USE_PYTHON= yes DATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py USE_REINPLACE=yes pre-build: @ cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' setup.py do-build: @ cd ${WRKSRC} ; ${PYTHON_CMD} setup.py build do-install: @ cd ${WRKSRC} ; ${PYTHON_CMD} setup.py install post-install: @ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -lf \ ${PYTHONPREFIX_SITELIBDIR} @ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -lf \ ${PYTHONPREFIX_SITELIBDIR} .if !defined(NOPORTDOCS) .for docfile in Announce ChangeLog @ ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${docfile} \ ${DOCSDIR} .endfor .endif .include orts-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-FS-Flickr
Commit message (Expand)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-2/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-101-1/+1
* - Stage supportmiwi2014-01-312-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - convert to the new perl5 frameworkaz2013-09-06