19 lines
416 B
Makefile
19 lines
416 B
Makefile
# Created by: Dryice Liu <dryice@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beaker
|
|
PORTVERSION= 1.6.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Beaker-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A Session and Caching library with WSGI Middleware
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= Beaker
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|