aboutsummaryrefslogtreecommitdiff
path: root/devel/perlconsole/Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-03-06 14:18:03 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-03-06 14:18:03 +0000
commitce4741bf40959daf545c70c576d442e40ee1f090 (patch)
treec7691d6378ff2cf3bbe1c3fb7a0e534a3586c0f8 /devel/perlconsole/Makefile
parent24dbd37aa889229785a519f0be083945358c1e0f (diff)
Notes
Diffstat (limited to 'devel/perlconsole/Makefile')
-rw-r--r--devel/perlconsole/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/perlconsole/Makefile b/devel/perlconsole/Makefile
index 2d5ddde750f3..8a22a78f4f01 100644
--- a/devel/perlconsole/Makefile
+++ b/devel/perlconsole/Makefile
@@ -6,17 +6,18 @@
#
PORTNAME= perlconsole
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= http://www.cpan.org/modules/by-module/Test/SUKRIA/
-MAINTAINER= jadawin@tuxaco.net
+MAINTAINER= jadawin@FreeBSD.org
COMMENT= A light program that lets you evaluate Perl code interactively
RUN_DEPENDS= ${BASEP}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${BASEP}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \
${BASEP}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \
- ${BASEP}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence
+ ${BASEP}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence \
+ ${BASEP}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords
BASEP= ${SITE_PERL}