1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/py-requests1/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

25 lines
513 B
Makefile

# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= requests
PORTVERSION= 1.2.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= koobs@FreeBSD.org
COMMENT= HTTP library written in Python for human beings (Version 1.x)
LICENSE= ISCL
USES= python
USE_PYTHON= distutils autoplist
CONFLICTS_INSTALL= py*-requests-*
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py
.include <bsd.port.mk>