mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7f6edf0d92
PR: 226359 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: tcberner (mentor, implicit)
20 lines
356 B
Makefile
20 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= requests-ftp
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= FreeBSD@Shaneware.biz
|
|
COMMENT= Ftp transport adapter for requests
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|