git: b485806ffc44 - main - graphics/py-beziers: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:30:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b485806ffc44da1c35a4ce873b4beff1d442a40f commit b485806ffc44da1c35a4ce873b4beff1d442a40f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:08 +0000 graphics/py-beziers: Add LICENSE_FILE --- graphics/py-beziers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile index e511584c3b94..d174492f7b4d 100644 --- a/graphics/py-beziers/Makefile +++ b/graphics/py-beziers/Makefile @@ -1,7 +1,7 @@ PORTNAME= beziers PORTVERSION= 0.5.0 -DISTVERSIONPREFIX= v PORTREVISION= 1 +DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ COMMENT= Bezier curve manipulation library WWW= https://github.com/simoncozens/beziers.py LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}