mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# New ports collection makefile for: p5-threads
|
|
# Date created: 2006-07-22
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= threads
|
|
PORTVERSION= 1.67
|
|
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>
|