aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Coro/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-07-03 10:03:25 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-07-03 10:03:25 +0000
commitcb3c5d175a882f13e06c6552dabdbb84bf2913cd (patch)
tree17121e0707f72d250f023018734a2b0669f81c1c /devel/p5-Coro/Makefile
parent174dbe3a2860e5ee78000e770d48207e73054e48 (diff)
Notes
Diffstat (limited to 'devel/p5-Coro/Makefile')
-rw-r--r--devel/p5-Coro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile
index f960c56eee78..2b123411fd01 100644
--- a/devel/p5-Coro/Makefile
+++ b/devel/p5-Coro/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Coro
-PORTVERSION= 5.132
+PORTVERSION= 5.150
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Coroutine process abstraction for perl