aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tty/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:22:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:22:10 +0000
commit0d00dc236fc83423df4065470a64e7051451d9cc (patch)
treed881a89551f1e6a80a2331a4f90a51e52dab974c /devel/p5-IO-Tty/Makefile
parent12321bf794111bd95602e4b2557101bf00957d4a (diff)
downloadports-0d00dc236fc83423df4065470a64e7051451d9cc.tar.gz
ports-0d00dc236fc83423df4065470a64e7051451d9cc.zip
Notes
Diffstat (limited to 'devel/p5-IO-Tty/Makefile')
-rw-r--r--devel/p5-IO-Tty/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile
index 924a3fcfb162..0a14542f8f98 100644
--- a/devel/p5-IO-Tty/Makefile
+++ b/devel/p5-IO-Tty/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= IO-Tty
-PORTVERSION= 0.04
+PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes
-IS_INTERACTIVE= yes
-MAN3= IO::Pty.3
+
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= IO::Pty.3 \
+ IO::Tty.3 \
+ IO::Tty::Constant.3
.include <bsd.port.mk>