freebsd-ports/net-mgmt/subcalc/Makefile
Sean Chittenden a0287caaa3 Add subcalc, a utility that is used for subnet calculation and IPv6
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
2003-08-27 03:49:25 +00:00

20 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>