mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# Created by: Brad Hendrickse <bradh@uunet.co.za>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isic
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= IP Stack Integrity Checker
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libnet.so:net/libnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:tgz
|
|
|
|
.include <bsd.port.mk>
|