2007-06-16 03:56:23 +00:00
|
|
|
# New ports collection makefile for: py-beaker
|
|
|
|
# Date created: Jun 16 2007
|
|
|
|
# Whom: Dryice Liu <dryice@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beaker
|
2012-08-27 12:17:33 +00:00
|
|
|
PORTVERSION= 1.6.4
|
2007-06-16 03:56:23 +00:00
|
|
|
CATEGORIES= www python
|
2008-12-06 15:30:46 +00:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-06-16 03:56:23 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Beaker-${PORTVERSION}
|
|
|
|
|
2009-09-27 11:11:37 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2007-06-16 03:56:23 +00:00
|
|
|
COMMENT= A Session and Caching library with WSGI Middleware
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2007-07-30 09:42:28 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= Beaker
|
2007-06-16 03:56:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|