1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

www/py-requests1: Use PKGNAMESUFFIX, fixes fetch/distinfo

Spotted by: antoine
This commit is contained in:
Kubilay Kocak 2014-01-27 13:18:48 +00:00
parent 65db2666d3
commit f97d36d9aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341401

View File

@ -1,11 +1,12 @@
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= requests1
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)