diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 21:06:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 21:06:02 +0000 |
commit | 37c49de569b0b2031eaa2277718d37852fdfabe8 (patch) | |
tree | c54273927e3bec1340ffcb4f54d0a0bc39e4a71d /devel/p5-POE-Component-IKC/Makefile | |
parent | c71d61c0bf423394a1dbfb72d588f01638d7a5e7 (diff) | |
download | ports-37c49de569b0b2031eaa2277718d37852fdfabe8.tar.gz ports-37c49de569b0b2031eaa2277718d37852fdfabe8.zip |
Notes
Diffstat (limited to 'devel/p5-POE-Component-IKC/Makefile')
-rw-r--r-- | devel/p5-POE-Component-IKC/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-POE-Component-IKC/Makefile b/devel/p5-POE-Component-IKC/Makefile index 6e6e6e89da29..1b625491855a 100644 --- a/devel/p5-POE-Component-IKC/Makefile +++ b/devel/p5-POE-Component-IKC/Makefile @@ -6,16 +6,19 @@ # PORTNAME= POE-Component-IKC -PORTVERSION= 0.1904 +PORTVERSION= 0.2001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= skv@FreeBSD.org COMMENT= POE Inter-Kernel Communication -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \ + ${SITE_PERL}/POE/Component/Daemon.pm:${PORTSDIR}/devel/p5-POE-Component-Daemon \ + ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |