1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/py-serverfiles/Makefile
Yuri Victorovich bd412bca0d misc/py-serverfiles: Update 0.2.1 -> 0.3.0
Reported by:	portscout
2018-11-24 10:03:01 +00:00

21 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= serverfiles
DISTVERSION= 0.3.0
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
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>