freebsd-ports/net/pear-Net_Nmap/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

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>