Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / p5-Thread-Queue / Makefile
1 # Created by: Cezary Morga <cm@therek.net>
2 # $FreeBSD$
3
4 PORTNAME=       Thread-Queue
5 PORTVERSION=    3.07
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     culot@FreeBSD.org
11 COMMENT=        Perl5 thread-safe queues
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>