pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
19 lines
589 B
Text
19 lines
589 B
Text
# $NetBSD: Makefile.common,v 1.21 2020/01/26 17:30:54 rillig Exp $
|
|
#
|
|
# used by databases/java-qdbm/Makefile
|
|
# used by databases/p5-qdbm/Makefile
|
|
# used by databases/qdbm/Makefile
|
|
# used by databases/qdbm-cgi/Makefile
|
|
# used by databases/qdbm-plus/Makefile
|
|
# used by databases/ruby-qdbm/Makefile
|
|
|
|
DISTNAME= qdbm-${QDBM_VERSION}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://fallabs.com/qdbm/
|
|
QDBM_VERSION= 1.8.78
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://fallabs.com/qdbm/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../databases/qdbm/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../databases/qdbm/patches
|