1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/py-beaker/Makefile
Li-Wen Hsu f1804f5294 - Support stage and Python3
- Remove leading article from COMMENT
- Use whitespace after WWW:

PR:		ports/184058
Submitted by:	lwhsu
Approved by:	wen (maintainer)
2013-11-19 06:37:59 +00:00

22 lines
441 B
Makefile

# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
PORTVERSION= 1.6.4
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= easy_install
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Beaker
.include <bsd.port.mk>