pkgsrc/security/mhash/Makefile
wiz 3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

27 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.25 2012/10/03 21:57:25 wiz Exp $
DISTNAME= mhash-0.9.9
PKGREVISION= 3
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
EXTRACT_SUFX= .tar.bz2
PATCHFILES+= mhash-freebsd-patches-20081108.diff.gz
PATCH_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mhash.sourceforge.net/
COMMENT= Hash algorithms library
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl autoconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= include/mutils
pre-configure:
cd ${WRKSRC} && autoconf -v -f
.include "../../mk/bsd.pkg.mk"