diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile index 47d2aa0e47d9..ee66f8fc0e2b 100644 --- a/www/py-beaker/Makefile +++ b/www/py-beaker/Makefile @@ -1,20 +1,21 @@ # Created by: Dryice Liu PORTNAME= beaker PORTVERSION= 1.11.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Beaker-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Session and Caching library with WSGI Middleware LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= beakerbrowser USE_PYTHON= autoplist distutils NO_ARCH= yes .include