aboutsummaryrefslogtreecommitdiff
path: root/security/py-mhash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-mhash/Makefile')
-rw-r--r--security/py-mhash/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/py-mhash/Makefile b/security/py-mhash/Makefile
index c1d882ce17cb..f496c8a58c22 100644
--- a/security/py-mhash/Makefile
+++ b/security/py-mhash/Makefile
@@ -16,8 +16,6 @@ DISTNAME= python-mhash-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Python mhash module
-
LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash
USE_PYTHON= yes
@@ -28,5 +26,4 @@ CFLAGS+= -I${LOCALBASE}/include
do-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build_ext ${PYDISTUTILS_BUILDARGS})
-
.include <bsd.port.mk>