aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-threads-shared/Makefile
blob: bc1e67b7185a98b2b987ce73adf89409441078c4 (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
# New ports collection makefile for:    p5-threads-shared
# Date created:     2007-03-18
# Whom:         Ruben van Staveren
#
# $FreeBSD$
#

PORTNAME=   threads-shared
PORTVERSION=    1.12
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ruben@verweg.com
COMMENT=    Perl extension for sharing data structures between threads

RUN_DEPENDS=    p5-threads>=1.59:${PORTSDIR}/devel/p5-threads
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= 5.8.0+

MAN3=   threads::shared.3

.include <bsd.port.mk>