fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
14 lines
250 B
Makefile
14 lines
250 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Portscan
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides an API for scanning ports
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|