aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Queue-Duplex/Makefile
blob: 6f68c443e14162f2aaba3a2c6a5626e6a46a9e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>