Files
ports/net/pear-Net_Nmap/Makefile
T
Jochen Neumeister 6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00

19 lines
406 B
Makefile

# Created by: Wen Heping<wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Net_Nmap
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Simple Wrapper Class for the Nmap Utility
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>