6fb6597c89
With hat: perl
21 lines
473 B
Makefile
21 lines
473 B
Makefile
# 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
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= Thread-safe request/response queue with identifiable elements
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Thread::Queue::Duplex.3 Thread::Queue::Queueable.3
|
|
|
|
.include <bsd.port.mk>
|