mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
1bcd00b74f
PR: 134254 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# New ports collection makefile for: py-beaker
|
|
# Date created: Jun 16 2007
|
|
# Whom: Dryice Liu <dryice@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= beaker
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Beaker-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A Session and Caching library with WSGI Middleware
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= Beaker
|
|
|
|
.include <bsd.port.mk>
|