aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zc.buildout/Makefile
blob: 139bf206f817a6eeb4abbc0afd67396992a0d6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	py-zc.buildout
# Date created:				12 October, 2011
# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#

PORTNAME=	zc.buildout
PORTVERSION=	1.5.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	rm@FreeBSD.org
COMMENT=	System for managing development buildouts

LICENSE=	ZPL21

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>