mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# New ports collection makefile for: py-beaker
|
|
# Date created: Jun 16 2007
|
|
# Whom: Dryice Liu <dryice@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= beaker
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
MASTER_SITE_SUBDIR= source/B/Beaker
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Beaker-${PORTVERSION}
|
|
|
|
MAINTAINER= dryice@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>
|