9637f7852e
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.
16 lines
375 B
Makefile
16 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/26 17:31:55 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= sipcalc-1.1.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.routemeister.net/projects/sipcalc/
|
|
COMMENT= IPv4/IPv6 subnet calculator
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_FEATURES= inet6
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|