freebsd-ports/devel/py-stevedore/Makefile
Li-Wen Hsu 720393ffaa - Update to 1.18.0
- Update WWW
- Remove depending on argparse, all Python versions in ports tree have it as
  built-in

PR:		213878
Submitted by:	lwhsu
Approved by:	nivit (maintainer)
2016-11-02 09:28:48 +00:00

22 lines
516 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= stevedore
PORTVERSION= 1.18.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Manage dynamic plugins for Python applications
LICENSE= APACHE20
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr # <2.0
RUN_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr \
${PKGNAMEPREFIX}six>=1.9.0:devel/py-six
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>