aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-simplegeneric/Makefile
blob: c164fa4918f6c7cef1364866ecd8979d96c21bb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   simplegeneric
PORTVERSION=    0.8.1
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Simple generic functions

LICENSE=    ZPL21

PYTHON_FEATURES=autoplist,distutils
USES=       python zip

.include <bsd.port.mk>