13 lines
234 B
Makefile
13 lines
234 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Portscan
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Provides an API for scanning ports
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|