mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
0c112a63d5
Changes: https://github.com/glyph/automat/commits/master PR: 219374 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
27 lines
641 B
Makefile
27 lines
641 B
Makefile
# Created by: John W. O'Brien <john@saltant.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Automat
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Finite-state machines in Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \
|
|
${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|