freebsd-ports/security/py-mhash/Makefile

33 lines
650 B
Makefile
Raw Normal View History

2002-02-10 20:29:58 +01:00
# ex:ts=8
# Ports collection makefile for: py-mhash
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mhash
PORTVERSION= 1.4
2002-02-10 20:29:58 +01:00
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}/OldFiles
2002-02-10 20:29:58 +01:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-mhash-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Python mhash module
2002-02-10 20:29:58 +01:00
LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash
PLIST_FILES= %%PYTHON_SITELIBDIR%%/mhash.so
2002-02-10 20:29:58 +01:00
USE_PYTHON= yes
2003-10-13 20:42:05 +02:00
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= python-mhash
2002-02-10 20:29:58 +01:00
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2003-10-13 20:42:05 +02:00
test: install
${PYTHON_CMD} ${WRKSRC}/test.py
2002-02-10 20:29:58 +01:00
.include <bsd.port.mk>