diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 18:08:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 18:08:04 +0000 |
commit | cd6d511e9426f51379ba548b25f2437588d0829d (patch) | |
tree | 61907337277193eaf64b51c604a621aa2fd38dbf /irc/p5-POE-Component-IRC-Plugin-CoreList | |
parent | 946b4e58b59d8526d32f1fc0586d038989678f85 (diff) | |
download | ports-cd6d511e9426f51379ba548b25f2437588d0829d.tar.gz ports-cd6d511e9426f51379ba548b25f2437588d0829d.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-CoreList')
4 files changed, 54 insertions, 0 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile new file mode 100644 index 000000000000..015cf87c6a29 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: POE-Component-IRC-Plugin-Corelist +# Date created: 31 may 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-IRC-Plugin-CoreList +PORTVERSION= 0.06 +CATEGORIES= irc perl5 devel +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A IRC plugin that provides CoreList goodness. + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC + +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PERL_CONFIGURE= yes + +MAN3= POE::Component::IRC::Plugin::CoreList.3 + +post-install: +.ifndef(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo b/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo new file mode 100644 index 000000000000..b75d15870d55 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo @@ -0,0 +1,3 @@ +MD5 (POE-Component-IRC-Plugin-CoreList-0.06.tar.gz) = 8d59e8711704c2487d39ca6663c4f60b +SHA256 (POE-Component-IRC-Plugin-CoreList-0.06.tar.gz) = 56d0b9ec99e64b9c132bb3b4d95bf00e0b928897ddd2290adeb4e42edce94b0e +SIZE (POE-Component-IRC-Plugin-CoreList-0.06.tar.gz) = 22097 diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-descr b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-descr new file mode 100644 index 000000000000..d9b53133a2a2 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-descr @@ -0,0 +1,5 @@ +POE::Component::IRC::Plugin::CoreList is a frontend to the +excellent Module::CoreList module which will let you know +what modules shipped with which versions of perl, over IRC. + +WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/ diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist new file mode 100644 index 000000000000..a28efe0ef5a7 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/POE/Component/IRC/Plugin/CoreList.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList/.packlist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin +@dirrmtry %%SITE_PERL%%/POE/Component/IRC +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE |