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
|
2014-06-15 19:45:45 +02:00
|
|
|
PORTREVISION= 1
|
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
|
2013-11-19 07:37:59 +01:00
|
|
|
COMMENT= Session and Caching library with WSGI Middleware
|
|
|
|
|
|
|
|
LICENSE= BSD
|
2007-06-16 05:56:23 +02:00
|
|
|
|
2014-06-15 19:45:45 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2013-11-19 07:37:59 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2007-06-16 05:56:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|