mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: Chris S.J. Peron <maneo@bsdpro.com>
|
|
|
|
PORTNAME= subcalc
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
|
COMMENT= Advanced IP/IPv6 subnet calculation and discovery
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= csjayp
|
|
|
|
PLIST_FILES= bin/subcalc man/man1/subcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|