19 lines
356 B
Makefile
19 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>
|