aboutsummaryrefslogblamecommitdiff
path: root/ports-mgmt/distilator/Makefile
blob: f64600dacd0d96cf5414fac69434cc6ccf2fc341 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                   


                                                 

                                  
                                                                                  
                                               
 
                          
                                 
 


                                                                                             
 
                                 
                             
 
                   
                   
 
                              
 
                      
PORTNAME=	distilator
PORTVERSION=	1.4
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
WWW=		https://critical.ch/distilator/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}validators>=0.18:devel/py-validators@${PY_FLAVOR}

USES=		python shebangfix
SHEBANG_FILES=	distilator.py

NO_ARCH=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/distilator

.include <bsd.port.mk>