1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- remove perl core modules from dependency

- p5-Pod-Usage is only used for testing
- bump PORTREVISION

PR:		206173
Reported by:	adamw@
This commit is contained in:
Olli Hauer 2016-04-08 03:37:49 +00:00
parent 0e68c6ed4c
commit 9db411556e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412713
2 changed files with 7 additions and 8 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= AnyEvent-MQTT
PORTVERSION= 1.142640
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,12 +17,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Net-MQTT>=0:net/p5-Net-MQTT \
p5-AnyEvent>=0:devel/p5-AnyEvent \
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-Sub-Name>=0:devel/p5-Sub-Name
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Pod-Usage>=0:devel/p5-Pod-Usage
USES= perl5
USE_PERL5= configure

View File

@ -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