aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-beaker/Makefile
blob: 4c5ed619ee99d27e6bdcdd6c1914ee5c1d578262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    py-beaker
# Date created:     Jun 16 2007
# Whom:         Dryice Liu <dryice@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   beaker
PORTVERSION=    1.5
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

.include <bsd.port.mk>