1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-urljr/Makefile
Sunpoet Po-Chuan Hsieh 4676ca5994 - Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
2015-12-12 23:43:50 +00:00

24 lines
629 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= urljr
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://www.openidenabled.com/resources/downloads/python-openid/
MASTER_SITES= http://openidenabled.com/files/python-openid/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Common interface to HTTP fetchers for PycURL or urllib2
BROKEN= unfetchable
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=0:${PORTSDIR}/ftp/py-pycurl
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>