blob: ae6e2a9ed441aa29c1b44099713ef5d2edf130fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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@cs.nctu.edu.tw
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>
|