mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 1.42
- Give maintainership to submitter - Cleanup pkg-descr to make portlint(1) happier PR: ports/175132 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
parent
f8825219fa
commit
6ae7b34408
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310354
@ -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.mk>
|
||||
.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.post.mk>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user