aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-MQTT
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-04-08 03:37:49 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-04-08 03:37:49 +0000
commit9db411556e57f940b20b00f871d29a0c51f0de2b (patch)
tree544b3b67862aa5def2ae222046123859f0791f34 /net/p5-Net-MQTT
parent0e68c6ed4cde757b19798d668af1cdb7cc63052d (diff)
downloadports-9db411556e57f940b20b00f871d29a0c51f0de2b.tar.gz
ports-9db411556e57f940b20b00f871d29a0c51f0de2b.zip
- remove perl core modules from dependency
- p5-Pod-Usage is only used for testing - bump PORTREVISION PR: 206173 Reported by: adamw@
Notes
Notes: svn path=/head/; revision=412713
Diffstat (limited to 'net/p5-Net-MQTT')
-rw-r--r--net/p5-Net-MQTT/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-Net-MQTT/Makefile b/net/p5-Net-MQTT/Makefile
index 21bdee8e9b96..74f1e53dcc66 100644
--- a/net/p5-Net-MQTT/Makefile
+++ b/net/p5-Net-MQTT/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Net-MQTT
PORTVERSION= 1.143260
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,13 +15,11 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long \
- p5-Carp>=0:devel/p5-Carp \
- p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
- p5-Pod-Usage>=0:devel/p5-Pod-Usage \
- p5-Time-HiRes>=0:devel/p5-Time-HiRes \
+BUILD_DEPENDS= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
p5-Net-Pcap>=0:net/p5-Net-Pcap
+
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Pod-Usage>=0:devel/p5-Pod-Usage
USES= perl5
USE_PERL5= configure