mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2d91228d54
PR: 211349 Submitted by: Davide D'Amico (maintainer)
26 lines
607 B
Makefile
26 lines
607 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= debtcollector
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dave@gufi.org
|
|
COMMENT= Collection of Python deprecation patterns and strategies
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt \
|
|
${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|