aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Thread-Queue-Duplex/Makefile
blob: 9c73433be3139fdc7b132e7c4e39b2131d71481f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
WWW=		https://metacpan.org/release/Thread-Queue-Duplex

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>