1d3015aac7
Approved by: novel (mentor) Feature safe: yes
26 lines
626 B
Makefile
26 lines
626 B
Makefile
# New ports collection makefile for: py-zope.minmax
|
|
# Date created: Nov 9, 2011
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zope.minmax
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Homogeneous values favoring maximum or minimum
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|