mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a0287caaa3
DNS PTR record generation. subcalc takes command line arguments in a similar format to ifconfig(8) so the synopsis should be familiar to the user. Given an address family, address and a netmask/prefix length, subcalc will calculate the number of hosts and address ranges of the specific network. PR: ports/55979 Submitted by: Chris S.J. Peron
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# New ports collection makefile for: subcalc
|
|
# Date created: 24 August 2003
|
|
# Whom: Chris S.J. Peron <maneo@bsdpro.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= subcalc
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= ipv6 net
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
|
MASTER_SITE_SUBDIR= subcalc
|
|
|
|
MAINTAINER= maneo@bsdpro.com
|
|
COMMENT= Advanced IP/IPv6 subnet calculation and discovery
|
|
|
|
MAN1= subcalc.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|