diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:39:11 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:42:23 +0000 |
commit | fcb8c62fd30243ee5b3fc35f88ead1833b2844b9 (patch) | |
tree | 31f3e7a3d7b16a45db53f5b8dee50014982407a3 /net | |
parent | dae01f7c3f326b1c3e66087fb2692cebacfe351a (diff) |
net/pyrad: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/pyrad/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pyrad/Makefile b/net/pyrad/Makefile index b534c6208dc4..44ad123387ec 100644 --- a/net/pyrad/Makefile +++ b/net/pyrad/Makefile @@ -10,9 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= steve@energistic.com COMMENT= Python implementation of RADIUS client -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= distutils autoplist +CPE_VENDOR= pyrad_project + PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES |