freebsd-ports/misc/py-serverfiles/Makefile
Yuri Victorovich 97608e7a04 misc/py-serverfiles: Update 0.3.0 -> 0.3.1
Reported by:	portscout
2021-02-01 04:38:08 +00:00

20 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= serverfiles
DISTVERSION= 0.3.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Access files on a HTTP server and store them locally for reuse
LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>