mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
eba101ec88
- Improve pylint score from 4.73 to 9.08 - Set a distinctive User-Agent when making HTTP/HTTPS requests
27 lines
647 B
Makefile
27 lines
647 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= distilator
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= https://critical.ch/distilator/ \
|
|
LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Command-line script to check the availability of a ports distfiles
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR}
|
|
|
|
USES= python shebangfix
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/distilator
|
|
SHEBANG_FILES= distilator.py
|
|
|
|
.include <bsd.port.mk>
|