aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Queue-Duplex/Makefile
blob: 9fdd43f97964f28e17c07aac1642eb1da9cc6b7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>

PORTNAME=	Thread-Queue-Duplex
PORTVERSION=	0.92
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Thread-safe request/response queue with identifiable elements

LICENSE=	AFL21
LICENSE_NAME=	Academic Free License version 2.1
LICENSE_FILE=	${WRKSRC}/License.txt
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>