From b485806ffc44da1c35a4ce873b4beff1d442a40f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 16 May 2024 14:18:18 +0800 Subject: [PATCH] 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}