mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
16 lines
444 B
Makefile
16 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:39 wiz Exp $
|
|
|
|
DISTNAME= pydeep-0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python security
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydeep/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://www.github.com/kbandla/pydeep
|
|
COMMENT= Python bindings for ssdeep
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../security/ssdeep/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|