Line 0
Link Here
|
|
|
1 |
# Created by: John W. O'Brien <john@saltant.com> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= Automat |
5 |
PORTVERSION= 0.5.0 |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= john@saltant.com |
11 |
COMMENT= Finite-state machines in Python |
12 |
|
13 |
LICENSE= MIT |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \ |
17 |
${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r |
18 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs \ |
19 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six |
20 |
|
21 |
# 2.7, 3.3+ |
22 |
USES= python |
23 |
USE_PYTHON= autoplist concurrent distutils |
24 |
|
25 |
NO_ARCH= yes |
26 |
|
27 |
.include <bsd.port.mk> |