mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
78450f0a5d
With hat: portmgr-secretary
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Wen Heping<wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Nmap
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple Wrapper Class for the Nmap Utility
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|