- Support STAGEDIR - While I'm here, fix *_DEPENDS Changes: http://search.cpan.org/dist/POE-Component-IKC/Changes PR: ports/183832 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
26 lines
681 B
Makefile
26 lines
681 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-IKC
|
|
PORTVERSION= 0.2305
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= POE Inter-Kernel Communication
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Devel-Size>=0.77:${PORTSDIR}/devel/p5-Devel-Size \
|
|
p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
|
p5-POE-API-Peek>=0:${PORTSDIR}/devel/p5-POE-API-Peek \
|
|
p5-POE-Component-Daemon>=0:${PORTSDIR}/devel/p5-POE-Component-Daemon \
|
|
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|