opnsense-ports/devel/py-multipledispatch/Makefile
Franco Fichtner cad9b48ef5 */*: sync with upstream
Taken from: FreeBSD
2015-12-24 10:27:30 +01:00

18 lines
391 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= multipledispatch
PORTVERSION= 0.4.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Relatively sane approach to multiple dispatch in Python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>