freebsd-ports/www/py-beaker/Makefile
Wen Heping d24247a36c - Update LICENSE
- Reset maintainer to ports@
2014-10-05 01:15:55 +00:00

20 lines
411 B
Makefile

# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
PORTVERSION= 1.6.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Beaker-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Session and Caching library with WSGI Middleware
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>