diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 10:39:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 10:39:48 +0000 |
commit | 3ec40702953dd110961e5f0f3439c9a1413b415a (patch) | |
tree | c0520db6a72bff778d9cd04fa172760fb09022c2 | |
parent | 2dbba00cf7283f12f196b522b5e8d67bf6f9acfa (diff) |
audio/py-eyed3: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/py-eyed3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-eyed3/Makefile b/audio/py-eyed3/Makefile index 2d43a1f23aa1..35c2b9b02f93 100644 --- a/audio/py-eyed3/Makefile +++ b/audio/py-eyed3/Makefile @@ -14,7 +14,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= travis_shirk USE_PYTHON= autoplist distutils RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>0:devel/py-deprecation@${PY_FLAVOR} \ |