Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15:19 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9126a6e38f42 - main - www/py-bottle: Add CPE information
Message-ID:  <202109301515.18UFFJQJ047209@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9126a6e38f421df17210207c93cf5973b589063b

commit 9126a6e38f421df17210207c93cf5973b589063b
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 15:02:45 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:23 +0000

    www/py-bottle: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-bottle/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile
index 464329d9022d..af5edbc93fab 100644
--- a/www/py-bottle/Makefile
+++ b/www/py-bottle/Makefile
@@ -12,10 +12,12 @@ COMMENT=	Fast and simple WSGI-framework for small web-applications
 
 LICENSE=	MIT
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 
 NO_ARCH=	yes
 
 USE_PYTHON=	autoplist concurrent distutils
 
+CPE_VENDOR=	bottlepy
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301515.18UFFJQJ047209>