91a1caa242
Hope to see you back! Thank for all the work!
18 lines
402 B
Makefile
18 lines
402 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:${PORTSDIR}/devel/pear-XML_Parser
|
|
RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|