b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
19 lines
432 B
Makefile
19 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:09 rillig Exp $
|
|
|
|
DISTNAME= multigest-20150211
|
|
CATEGORIES= security
|
|
MASTER_SITES= # not used
|
|
DISTFILES= # not used
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= https://www.NetBSD.org/
|
|
COMMENT= Library and utility to calculate multiple message digests
|
|
LICENSE= modified-bsd
|
|
|
|
AUTO_MKDIRS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|