Changeset View
Changeset View
Standalone View
Standalone View
devel/py-pytweening/Makefile
| PORTNAME= pytweening | PORTNAME= pytweening | ||||
| DISTVERSION= 1.0.5 | DISTVERSION= 1.0.5 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= acm@FreeBSD.org | MAINTAINER= acm@FreeBSD.org | ||||
| COMMENT= A collection of tweening or easing functions | COMMENT= A collection of tweening or easing functions | ||||
| WWW= https://github.com/asweigart/pytweening | WWW= https://github.com/asweigart/pytweening | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| BUILD_DEPENDS= ${PY_SETUPTOOLS} \ | BUILD_DEPENDS= ${PY_SETUPTOOLS} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} | ||||
| USES= dos2unix python | USES= dos2unix python | ||||
| USE_PYTHON= autoplist pep517 | USE_PYTHON= autoplist pep517 | ||||
| DOS2UNIX_GLOB= *.py | DOS2UNIX_GLOB= *.py | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||