d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:52 wiz Exp $
|
|
|
|
DISTNAME= mhash-0.9.9
|
|
PKGREVISION= 4
|
|
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"
|