aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Thread-Apartment/Makefile
blob: fb502daf51b43a3f69b47f3a78abc15322da79c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	Thread-Apartment
PORTVERSION=	0.51
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Apartment threading wrapper for Perl objects
WWW=		https://metacpan.org/release/Thread-Apartment

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

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-ISA>=0.32:devel/p5-Class-ISA \
		p5-Class-Inspector>=1.08:devel/p5-Class-Inspector \
		p5-Thread-Queue-Duplex>=0.92:devel/p5-Thread-Queue-Duplex

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>