Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= transitions |
4 |
DISTVERSION= 0.7.1 |
5 |
CATEGORIES= devel python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= sergey@akhmatov.ru |
10 |
COMMENT= Lightweight, object-oriented Python state machine implementation |
11 |
|
12 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
19 |
|
20 |
NO_ARCH= yes |
21 |
|
22 |
.include <bsd.port.mk> |