2013-11-29 21:15:48 +01:00
|
|
|
# Created by: Juergen Lock <nox@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= singledispatch
|
2014-07-06 14:49:38 +02:00
|
|
|
PORTVERSION= 3.4.0.3
|
2013-11-29 21:15:48 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
2014-07-06 14:49:38 +02:00
|
|
|
COMMENT= Provides single-dispatch generic functions
|
2013-11-29 21:15:48 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-10-20 18:04:12 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-11-29 21:15:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|