aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-RawInput/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Term-RawInput/Makefile')
-rw-r--r--devel/p5-Term-RawInput/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Term-RawInput/Makefile b/devel/p5-Term-RawInput/Makefile
index 503a13b7643c..965881bd1e33 100644
--- a/devel/p5-Term-RawInput/Makefile
+++ b/devel/p5-Term-RawInput/Makefile
@@ -1,14 +1,12 @@
-# Created by: Frederic Culot <culot@FreeBSD.org>
-
PORTNAME= Term-RawInput
-PORTVERSION= 1.23
+PORTVERSION= 1.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:REEDFISH
PKGNAMEPREFIX= p5-
-MAINTAINER= culot@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Drop-in replacement for <STDIN> with handling of non-standard keys
+WWW= https://metacpan.org/release/Term-RawInput
LICENSE= GPLv2
@@ -18,4 +16,6 @@ RUN_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>