2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Wen Heping<wenheping@gmail.com>
|
2008-10-15 18:02:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_Nmap
|
2014-04-25 14:17:56 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2008-10-15 18:02:32 +02:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2017-05-16 15:37:51 +02:00
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Simple Wrapper Class for the Nmap Utility
|
2008-10-15 18:02:32 +02:00
|
|
|
|
2014-04-25 14:17:56 +02:00
|
|
|
LICENSE= LGPL3
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
|
|
RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
2008-10-15 18:02:32 +02:00
|
|
|
|
2017-06-11 09:42:00 +02:00
|
|
|
USES= pear
|
2008-10-15 18:02:32 +02:00
|
|
|
|
2014-09-23 18:57:57 +02:00
|
|
|
.include <bsd.port.mk>
|