63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
30 lines
771 B
Makefile
30 lines
771 B
Makefile
# New ports collection makefile for: p5-Thread-Cancel
|
|
# Date created: 2007-03-18
|
|
# Whom: Ruben van Staveren
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Thread-Cancel
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ruben@verweg.com
|
|
COMMENT= Cancel (i.e., kill) threads
|
|
|
|
RUN_DEPENDS= p5-threads>=1.34:${PORTSDIR}/devel/p5-threads
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Thread::Cancel.3
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
@${ECHO_MSG} "This module requires a threaded perl. If your install"
|
|
@${ECHO_MSG} "is not threaded please install lang/perl5.8 with threads"
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
|
|
.include <bsd.port.mk>
|