aboutsummaryrefslogtreecommitdiff
path: root/www/py-beaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-beaker/Makefile')
-rw-r--r--www/py-beaker/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile
index 6d870b519d69..20bebe6af36f 100644
--- a/www/py-beaker/Makefile
+++ b/www/py-beaker/Makefile
@@ -17,17 +17,8 @@ DISTNAME= Beaker-${PORTVERSION}
MAINTAINER= dryice@FreeBSD.org
COMMENT= A Session and Caching library with WSGI Middleware
-BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
-RUN_DEPENDS+= ${BUILD_DEPENDS}
-
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-PYBEAKER_EGG= Beaker-${PORTVERSION}-py${PYTHON_VER}.egg
-
-PLIST_SUB= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
- PYBEAKER_EGG=${PYBEAKER_EGG}
-
-EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_PKGNAME= Beaker
.include <bsd.port.mk>