summaryrefslogtreecommitdiff
path: root/security/php-ssdeep/Makefile
blob: 597dac2294f65c2a3d179abce81c7ce292d6a2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.7 2021/01/03 07:36:42 taca Exp $
#

MODNAME=		ssdeep
PECL_VERSION=		1.1.0
CATEGORIES+=		security

MAINTAINER=		khorben@defora.org
HOMEPAGE=		https://treffynnon.github.io/php_ssdeep/
COMMENT=		PHP extension for ssdeep
LICENSE=		artistic

CONFIGURE_ARGS+=	--with-ssdeep=${PREFIX}

CONFLICTS=		php-ssdeep-[0-9]*

.include "../../lang/php/ext.mk"
.include "../../security/ssdeep/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"