aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Nmap/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-28 10:26:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-28 10:26:05 +0000
commitb4339a18e27f2b160d0dbece15d1cd8d5b6874fb (patch)
tree3b7e2978a9acf092acc83b50872f7e54ed0ec0d0 /net/pear-Net_Nmap/Makefile
parentba72c374160a4c29bbe46766fa53c4c577f71f94 (diff)
downloadports-b4339a18e27f2b160d0dbece15d1cd8d5b6874fb.tar.gz
ports-b4339a18e27f2b160d0dbece15d1cd8d5b6874fb.zip
- Update to 1.0.4
Notes
Notes: svn path=/head/; revision=289924
Diffstat (limited to 'net/pear-Net_Nmap/Makefile')
-rw-r--r--net/pear-Net_Nmap/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/net/pear-Net_Nmap/Makefile b/net/pear-Net_Nmap/Makefile
index 73ab5a781738..ae8706ab54a6 100644
--- a/net/pear-Net_Nmap/Makefile
+++ b/net/pear-Net_Nmap/Makefile
@@ -6,32 +6,16 @@
#
PORTNAME= Net_Nmap
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.4
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= A Simple Wrapper Class for the Nmap Utility
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-CATEGORY= Net
-FILES= Nmap.php \
- Nmap/Exception.php Nmap/Host.php \
- Nmap/Parser.php Nmap/Service.php
-
-EXAMPLES= example1.php example2.php example2.xml
-
-TESTS= NetNmapParseTest.php \
- NetNmapParseTest.xml \
- NetNmapScanTest.php \
- test_config.php \
- Bug16268Test.php \
- Bug16336Test.php \
- bug16268.xml \
- bug16336.xml
-
-DOCS= LICENSE README
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"