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
388 B
Makefile
17 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.42 2020/01/18 23:32:51 rillig Exp $
|
|
|
|
DISTNAME= gsl-2.5
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
|
|
|
|
MAINTAINER= david@maxwell.net
|
|
HOMEPAGE= https://www.gnu.org/software/gsl/gsl.html
|
|
COMMENT= The GNU Scientific Library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|