freebsd-ports/devel/py-simplegeneric/Makefile
Sunpoet Po-Chuan Hsieh 86fcbc3a93 Cosmetic change
2020-02-11 17:54:20 +00:00

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