freebsd-ports/net/pear-Net_Nmap/Makefile
Martin Wilke 500f132b54 Net_Nmap is a simple interface for Nmap, the
free and open source utility for network
exploration or security auditing.

Net_Nmap can be used to auto discovery hosts
and services in your network or simply to
parse Nmap XML output.

WWW: http://pear.php.net/package/Net_Nmap/

PR:		ports/128059
Submitted by:	Wen Heping<wenheping at gmail.com>
2008-10-15 16:02:32 +00:00

34 lines
770 B
Makefile

# Ports collection makefile for: pear-Net_Nmap
# Date created: 13 Oct 2008
# Whom: Wen Heping<wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net_Nmap
PORTVERSION= 1.0.0
CATEGORIES= net pear
MAINTAINER= wenheping@gmail.com
COMMENT= A Simple Wrapper Class for the Nmap Utility
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= Nmap.php \
Nmap/Exception.php Nmap/Host.php \
Nmap/Parser.php Nmap/Service.php
EXAMPLES= example1.php example2.php example2.xml
TESTS= NetNmapParseTest.php \
NetNmapParseTest.xml \
NetNmapScanTest.php \
test_config.php
DOCS= LICENSE README
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>