diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /security/py-mhash | |
parent | ba6b068aa93e1e77109a5097ab49356d65cc3e59 (diff) |
Notes
Diffstat (limited to 'security/py-mhash')
-rw-r--r-- | security/py-mhash/Makefile | 3 | ||||
-rw-r--r-- | security/py-mhash/pkg-comment | 1 |
2 files changed, 1 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> diff --git a/security/py-mhash/pkg-comment b/security/py-mhash/pkg-comment new file mode 100644 index 000000000000..48c96677e1dc --- /dev/null +++ b/security/py-mhash/pkg-comment @@ -0,0 +1 @@ +Python mhash module |