diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:54:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:54:15 +0000 |
commit | 8d80503781761ed071fc49ba6295f9eb8a509981 (patch) | |
tree | 75e390e72c719af4f808e3c8c95a510ecefc1562 /irc/p5-POE-Component-IRC | |
parent | 69b1761a4a81ecf3a6a400b60008a7a4633a8c38 (diff) |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 174812ce557e..ed18b89d9d8b 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -3,6 +3,7 @@ PORTNAME= POE-Component-IRC PORTVERSION= 6.88 +PORTREVISION= 1 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS @@ -20,7 +21,6 @@ RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences |