89e07f4a18
Approved by: portmgr (implicit)
18 lines
425 B
Makefile
18 lines
425 B
Makefile
# Created by: alexander smishlajev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Extremes
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 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)
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|