mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e9da7bab57
of the Min and Max objects from PEP 326. PR: ports/119915 Submitted by: alexander smishlajev <alex@tycobka.lv>
26 lines
558 B
Makefile
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>
|