63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
26 lines
654 B
Makefile
26 lines
654 B
Makefile
# New ports collection makefile for: p5-Thread-Apartment
|
|
# Date created: 2006-08-29
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Thread-Apartment
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= Apartment threading wrapper for Perl objects
|
|
|
|
RUN_DEPENDS= p5-Thread-Queue-Duplex>=0.92:${PORTSDIR}/devel/p5-Thread-Queue-Duplex \
|
|
p5-Class-ISA>=0.32:${PORTSDIR}/devel/p5-Class-ISA \
|
|
p5-Class-Inspector>=1.08:${PORTSDIR}/devel/p5-Class-Inspector
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Thread::Apartment.3
|
|
|
|
.include <bsd.port.mk>
|