aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-threads/Makefile
blob: a52ef70a1425ba8b73c2e4b4a6bbafa9e9af99a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-threads
# Date created:		2006-07-22
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	threads
PORTVERSION=	1.64
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/J/JD/JDHEDDEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Perl interpreter-based threads

PERL_CONFIGURE=	5.8.0+

MAN3=		threads.3

.include <bsd.port.mk>