mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a57bb17c83
Approved by: portmgr@
16 lines
372 B
Makefile
16 lines
372 B
Makefile
# Created by: Chris S.J. Peron <maneo@bsdpro.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= subcalc
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net-mgmt ipv6
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
|
MASTER_SITE_SUBDIR= subcalc
|
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
|
COMMENT= Advanced IP/IPv6 subnet calculation and discovery
|
|
|
|
PLIST_FILES= bin/subcalc man/man1/subcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|