77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
407 B
Makefile
19 lines
407 B
Makefile
PORTNAME= zc.buildout
|
|
PORTVERSION= 2.11.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= System for managing development buildouts
|
|
WWW= https://pypi.org/project/zc.buildout/
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|