aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-01-14 01:56:59 +0000
committerSteve Wills <swills@FreeBSD.org>2013-01-14 01:56:59 +0000
commit6ae7b344086f4a77ab52ea5d41bdcfefaa02fcdf (patch)
tree4cb514868f46b248d47eca32614f811e8e5e619a /devel
parentf8825219faca9aba74180201ffe2c8e47e33fbc9 (diff)
downloadports-6ae7b344086f4a77ab52ea5d41bdcfefaa02fcdf.tar.gz
ports-6ae7b344086f4a77ab52ea5d41bdcfefaa02fcdf.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-threads-shared/Makefile18
-rw-r--r--devel/p5-threads-shared/distinfo4
-rw-r--r--devel/p5-threads-shared/pkg-descr2
3 files changed, 14 insertions, 10 deletions
diff --git a/devel/p5-threads-shared/Makefile b/devel/p5-threads-shared/Makefile
index 8bd06f53e167..ad5f0b242e56 100644
--- a/devel/p5-threads-shared/Makefile
+++ b/devel/p5-threads-shared/Makefile
@@ -2,20 +2,24 @@
# $FreeBSD$
PORTNAME= threads-shared
-PORTVERSION= 1.40
+PORTVERSION= 1.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JDHEDDEN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= Perl extension for sharing data structures between threads
-BUILD_DEPENDS= p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
-RUN_DEPENDS= p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
-
PERL_CONFIGURE= yes
-MAN3= threads::shared.3
+MAN3= threads::shared.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501100
+BUILD_DEPENDS+= p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
+RUN_DEPENDS+= p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/p5-threads-shared/distinfo b/devel/p5-threads-shared/distinfo
index 187bd6cd00ba..663deb6b4312 100644
--- a/devel/p5-threads-shared/distinfo
+++ b/devel/p5-threads-shared/distinfo
@@ -1,2 +1,2 @@
-SHA256 (threads-shared-1.40.tar.gz) = 13018be285760f92e4595163a7b26e00de92c10de12659d7b74f14d605fd4c7a
-SIZE (threads-shared-1.40.tar.gz) = 93792
+SHA256 (threads-shared-1.42.tar.gz) = a31bcb984baf140a28739f39db2ff5a78bdce6b8374e4dbded8eb84af7169023
+SIZE (threads-shared-1.42.tar.gz) = 96864
diff --git a/devel/p5-threads-shared/pkg-descr b/devel/p5-threads-shared/pkg-descr
index f68fa7d0fb3e..8eb43393afb8 100644
--- a/devel/p5-threads-shared/pkg-descr
+++ b/devel/p5-threads-shared/pkg-descr
@@ -4,4 +4,4 @@ gets a private copy of each existing variable.
This module allows you to share variables across different threads (and
pseudoforks on Win32). It is used together with the threads module.
-WWW: http://search.cpan.org/dist/threads-shared/
+WWW: http://search.cpan.org/dist/threads-shared/