pkgsrc-wip/py-Beaker/Makefile
Jari Kuittinen e62a5fb5ce Import Beaker-0.9.5 as wip/py-Beaker.
Beaker is a web session and general caching library that
includes WSGI middleware for use in web applications.
2008-08-05 22:59:31 +00:00

21 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/05 22:59:31 jkuittinen Exp $
#
DISTNAME= Beaker-0.9.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
EGG_NAME= ${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/B/Beaker/
MAINTAINER= jkuittinen@users.sourceforge.net
HOMEPAGE= http://beaker.groovie.org/
COMMENT= Beaker is a web session and general caching library
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${EGG_NAME}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"