# New ports collection makefile for: py-curl # Date created: 2 July 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 7.19.0 PORTREVISION= 2 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Python interface to libcurl LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl DOCSDIR= ${PREFIX}/share/doc/py-curl EXAMPLESDIR= ${PREFIX}/share/examples/py-curl DATADIR= ${PREFIX}/share/py-curl USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pycurl USE_OPENSSL= yes post-patch: ${REINPLACE_CMD} \ -e 's@data_files=@#data_files=t@' \ ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ChangeLog COPYING COPYING2 INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .if !defined(NOPORDATA) ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tests/* ${DATADIR} .endif .include >freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-ShareDir-PAR
Commit message (Expand)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-10-292-8/+12
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkaz2013-08-031-1/+2
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2
* - Update to 0.06swills2012-09-062-3/+3
* - Remove SITE_PERL from *_DEPENDSaz2012-06-30