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.
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:06 rillig Exp $
|
|
|
|
DISTNAME= gnu-pw-mgr-1.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnu.org/gnu/gnu-pw-mgr/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/gnu-pw-mgr/
|
|
COMMENT= Password manager
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|