1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/py-beaker/Makefile
Marcus von Appen 92097c9dec - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 17:45:45 +00:00

22 lines
421 B
Makefile

# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
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>