opnsense-ports/net/pear-Net_Nmap/Makefile
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

18 lines
410 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/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS:= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
USES= pear
.include <bsd.port.mk>