diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-03 13:35:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-03 13:35:40 +0000 |
commit | 58b1013546f2d433717c8b7e7f112cad79cf39a9 (patch) | |
tree | fb78f4a0624c5bcda0b769d257f3c1d7b337e16c /irc/p5-Bot-BasicBot/Makefile | |
parent | 624b3ba4f031f6b7061e4fbeb2632c382b27bec0 (diff) | |
download | ports-58b1013546f2d433717c8b7e7f112cad79cf39a9.tar.gz ports-58b1013546f2d433717c8b7e7f112cad79cf39a9.zip |
Notes
Diffstat (limited to 'irc/p5-Bot-BasicBot/Makefile')
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index 0ab17ffa0901..64926dc2fc7e 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Bot-BasicBot -PORTVERSION= 0.65 +PORTVERSION= 0.81 CATEGORIES= irc perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMI +MASTER_SITES= CPAN/Bot PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org @@ -21,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Bot::BasicBot.3 -PERL_MODBUILD= yes +PERL_CONFIGURE= yes .include <bsd.port.mk> |