1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-extremes/Makefile
Dryice Dong Liu e9da7bab57 The peak.util.extremes module provides a production-quality implementation
of the Min and Max objects from PEP 326.

PR:		ports/119915
Submitted by:	alexander smishlajev <alex@tycobka.lv>
2008-01-28 09:19:17 +00:00

26 lines
558 B
Makefile

# New ports collection makefile for: py-Extremes
# Date created: 22-jan-2008
# Whom: alexander smishlajev
#
# $FreeBSD$
#
PORTNAME= Extremes
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/E/Extremes
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Production-quality 'Min' and 'Max' objects (adapted from PEP 326)
USE_PYTHON= 2.3+
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>