20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zc.buildout
|
|
PORTVERSION= 2.11.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= System for managing development buildouts
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|