freebsd-ports/net/pear-Net_Nmap/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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