mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e2b2a98e2d
- Add LICENSE (ART10 and GPLv1) Changes: http://search.cpan.org/dist/Thread-Queue/Changes Approved by: swills (mentor)
28 lines
508 B
Makefile
28 lines
508 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Thread-Queue
|
|
PORTVERSION= 3.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pclin@FreeBSD.org
|
|
COMMENT= Perl5 thread-safe queues
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Thread::Queue.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
BUILD_DEPENDS+= p5-threads-shared>=1.21:${PORTSDIR}/devel/p5-threads-shared
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|