freebsd-ports/www/py-beaker/Makefile

22 lines
421 B
Makefile
Raw Normal View History

2013-07-16 07:02:29 +02:00
# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
2012-08-27 14:17:33 +02:00
PORTVERSION= 1.6.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Beaker-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Session and Caching library with WSGI Middleware
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>