2013-07-16 07:02:29 +02:00
|
|
|
# Created by: Dryice Liu <dryice@FreeBSD.org>
|
2007-06-16 05:56:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= beaker
|
2012-08-27 14:17:33 +02:00
|
|
|
PORTVERSION= 1.6.4
|
2007-06-16 05:56:23 +02:00
|
|
|
CATEGORIES= www python
|
2008-12-06 16:30:46 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-06-16 05:56:23 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Beaker-${PORTVERSION}
|
|
|
|
|
2009-09-27 13:11:37 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2007-06-16 05:56:23 +02:00
|
|
|
COMMENT= A Session and Caching library with WSGI Middleware
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= Beaker
|
2007-06-16 05:56:23 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2007-06-16 05:56:23 +02:00
|
|
|
.include <bsd.port.mk>
|