- Switch to DISTVERSION ChangeLog: https://github.com/dreibh/subnetcalc/blob/master/ChangeLog PR: 277010
19 lines
400 B
Makefile
19 lines
400 B
Makefile
PORTNAME= subnetcalc
|
|
DISTVERSION= 2.5.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= IPv4/IPv6 Subnet Calculator
|
|
WWW= https://www.nntb.no/~dreibh/subnetcalc/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake tar:xz
|
|
|
|
PLIST_FILES= bin/subnetcalc \
|
|
share/man/man1/subnetcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|