aboutsummaryrefslogtreecommitdiff
path: root/devel/py-protocols-devel/Makefile
blob: 2a68fcf70bcc610541e82f88d38dc78bb3b073e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Dryice Liu	<dryice@dryice.name>
# $FreeBSD$

PORTNAME=	PyProtocols
PORTVERSION=	1.0.a0.r2302
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	http://files.turbogears.org/eggs/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}-1.0a0dev-r2302

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Protocol Definition, Declaration, and Adaptation for Python

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools@${FLAVOR}

USES=		python:2.7 zip
USE_PYTHON=	distutils autoplist

BROKEN=	checksum mismatch

.include <bsd.port.mk>