2007-06-16 05:56:23 +02:00
|
|
|
# New ports collection makefile for: py-beaker
|
|
|
|
# Date created: Jun 16 2007
|
|
|
|
# Whom: Dryice Liu <dryice@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beaker
|
2010-06-17 04:29:57 +02:00
|
|
|
PORTVERSION= 1.5.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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|