ports/devel/py-simplegeneric/Makefile
2015-09-02 17:04:05 +00:00

19 lines
386 B
Makefile

# 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
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python zip
.include <bsd.port.mk>