freebsd-ports/www/py-secure-cookie/Makefile
Jose Alonso Cardenas Marquez 7faf459648 - New port: www/py-secure-cookie
Provides interfaces for secure cookies and sessions in WSGI applications.
Secure cookies are cryptographically signed (but not encrypted) to prevent
tampering. Sessions are data associated with a given user across requests and
responses.

WWW: https://github.com/pallets/secure-cookie
2020-04-21 21:09:11 +00:00

23 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= secure-cookie
PORTVERSION= 0.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Secure cookie and session interface for WSGI applications
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>