1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/py-crank/Makefile
2017-03-20 13:20:41 +00:00

19 lines
370 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= crank
PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Generalization of dispatch mechanism for use across frameworks
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>