freebsd-ports/devel/py-zc.buildout/Makefile
Ruslan Makhmatkhanov 1d3015aac7 Change email for my ports to FreeBSD one.
Approved by:	novel (mentor)
Feature safe:	yes
2011-11-10 22:20:18 +00:00

23 lines
470 B
Makefile

# 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>