# Created by: ijliao # $FreeBSD: head/security/py-mhash/Makefile 371453 2014-10-24 16:50:42Z mva $ PORTNAME= mhash PORTVERSION= 1.4 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/OldFiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-mhash-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python mhash module LIB_DEPENDS= libmhash.so:${PORTSDIR}/security/mhash USES= python USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib test: install ${PYTHON_CMD} ${WRKSRC}/test.py .include