aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-simplegeneric/Makefile
blob: 85dd7db3bb0c9d86bf3563fc6559cf1e3146a24c (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

USE_PYTHON= autoplist distutils
USES=       python zip

.include <bsd.port.mk>