diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 12:23:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 12:23:09 +0000 |
commit | 0d6d4c4b0f1a92de244cbe36d88e58a40c4d9cef (patch) | |
tree | 1309f5caed8bf3d2e0922310f53190d8d3d05380 /devel/p5-POE-Component-IKC/Makefile | |
parent | 22105a2897ab4af01dfa98dbd97852dd7a93d286 (diff) |
Notes
Diffstat (limited to 'devel/p5-POE-Component-IKC/Makefile')
-rw-r--r-- | devel/p5-POE-Component-IKC/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-POE-Component-IKC/Makefile b/devel/p5-POE-Component-IKC/Makefile new file mode 100644 index 000000000000..028149391d47 --- /dev/null +++ b/devel/p5-POE-Component-IKC/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: POE-Component-IKC +# Date created: 7 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-IKC +PORTVERSION= 0.13 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://poe.perl.org/poedown/ +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= POE::Component::IKC.3 POE::Component::IKC::Channel.3 \ + POE::Component::IKC::Client.3 POE::Component::IKC::ClientLite.3 \ + POE::Component::IKC::Freezer.3 POE::Component::IKC::Proxy.3 \ + POE::Component::IKC::Responder.3 POE::Component::IKC::Server.3 \ + POE::Component::IKC::Specifier.3 + +.include <bsd.port.mk> |