aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-crank/Makefile
blob: 42f07e6078bf2e7edaaeaab83c7e6b5e4d92edda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	crank
PORTVERSION=	0.8.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Generalization of dispatch mechanism for use across frameworks
WWW=		https://github.com/TurboGears/crank

LICENSE=	MIT

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>