freebsd-ports/devel/py-extremes/Makefile

26 lines
559 B
Makefile
Raw Normal View History

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