mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
db4663d539
Sponsored by: Netzkommune GmbH
15 lines
248 B
Makefile
15 lines
248 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
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|