2006-09-28 09:26:03 +02:00
|
|
|
# New ports collection makefile for: p5-Thread-Queue-Duplex
|
|
|
|
# Date created: 2006-08-29
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Thread-Queue-Duplex
|
|
|
|
PORTVERSION= 0.92
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-28 09:26:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
|
|
COMMENT= Thread-safe request/response queue with identifiable elements
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-09-28 09:26:03 +02:00
|
|
|
|
|
|
|
MAN3= Thread::Queue::Duplex.3 Thread::Queue::Queueable.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|