freebsd-ports/net/pear-Net_Nmap/Makefile

19 lines
380 B
Makefile
Raw Normal View History

# Created by: Wen Heping<wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Net_Nmap
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= joneum@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
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>