# $MidnightBSD: trunk/devel/gperf/Makefile 18176 2015-03-15 20:22:41Z laffer1 $

PORTNAME=	gperf
PORTVERSION=	3.0.3
PORTREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	gperf

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Generates perfect hash functions for sets of keywords

LICENSE=	gpl2

MAKE_JOBS_UNSAFE=	yes

GNU_CONFIGURE=	yes

INFO=		gperf
CONFIGURE_ARGS+=	--docdir=${DOCSDIR}

regression-test: test

test:	build
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check

.include <bsd.port.mk>
