pkgsrc/net/netcat-openbsd/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:52 rillig Exp $
DISTNAME= netcat-openbsd-20131208
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=msporleder/}
GITHUB_TAG= 126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9
LICENSE= modified-bsd
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.openbsd.org/
COMMENT= Arbitrary TCP and UDP connections and listens
CONFLICTS= netcat-[0-9]*
NO_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"