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.
17 lines
499 B
Makefile
17 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/18 23:35:20 rillig Exp $
|
|
|
|
DISTNAME= renameutils-0.12.0
|
|
CATEGORIES= sysutils converters
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/renameutils/
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
HOMEPAGE= https://www.nongnu.org/renameutils/
|
|
COMMENT= Rename files faster and more easily
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
|
|
|
|
.include "options.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|