mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Thread::Queue::Duplex.3 Thread::Queue::Queueable.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|