mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
19 lines
399 B
Makefile
19 lines
399 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
|
|
|
|
MAN1= subcalc.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/subcalc
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|