diff options
Diffstat (limited to 'net/p5-Net-CLI-Interact/Makefile')
-rw-r--r-- | net/p5-Net-CLI-Interact/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-CLI-Interact/Makefile b/net/p5-Net-CLI-Interact/Makefile index 76e39cbe8d53..7714153dc80e 100644 --- a/net/p5-Net-CLI-Interact/Makefile +++ b/net/p5-Net-CLI-Interact/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-CLI-Interact -PORTVERSION= 2.200009 +PORTVERSION= 2.300000 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,9 @@ COMMENT= Toolkit for CLI Automation LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ +xBUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-Class-Mix>=0:devel/p5-Class-Mix \ + p5-Config-Any>=0.27:devel/p5-Config-Any \ p5-IO-Tty>=0:devel/p5-IO-Tty \ p5-IPC-Run>=0:devel/p5-IPC-Run \ p5-Log-Dispatch-Config>=0:devel/p5-Log-Dispatch-Config \ @@ -26,7 +27,7 @@ BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include <bsd.port.mk> |