7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.28 2014/05/29 23:37:20 wiz Exp $
|
|
|
|
DISTNAME= mhash-0.9.9
|
|
PKGREVISION= 5
|
|
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
|
|
|
|
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"
|