mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
POE::Component::IRC::Plugin::Bollocks is a POE::Component::IRC plugin
generates management bullshit whenever you need it. WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/ PR: ports/-u Submitted by: Martin Wilke <miwi at FreeBSD.org
This commit is contained in:
parent
a7ac3782c9
commit
946b4e58b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214034
@ -82,6 +82,7 @@
|
||||
SUBDIR += p5-IRC-Bot-Hangman
|
||||
SUBDIR += p5-POE-Component-IRC
|
||||
SUBDIR += p5-POE-Component-IRC-Object
|
||||
SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks
|
||||
SUBDIR += p5-POE-Component-Server-IRC
|
||||
SUBDIR += p5-POE-Filter-IRCD
|
||||
SUBDIR += party
|
||||
|
33
irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile
Normal file
33
irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: POE-Component-IRC-Plugin-Bollocks
|
||||
# Date created: 31 may 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-IRC-Plugin-Bollocks
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= irc perl5 devel
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A POE::Component::IRC plugin that talks bollocks.
|
||||
|
||||
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::Bollocks.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo
Normal file
3
irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Component-IRC-Plugin-Bollocks-0.06.tar.gz) = 282de67bfbc46e42554977485a2a7841
|
||||
SHA256 (POE-Component-IRC-Plugin-Bollocks-0.06.tar.gz) = 97ab82e2e407b2368f4d51cbab469eb8350bd5129e4ea9f5c50c403fd8149476
|
||||
SIZE (POE-Component-IRC-Plugin-Bollocks-0.06.tar.gz) = 20533
|
4
irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-descr
Normal file
4
irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
POE::Component::IRC::Plugin::Bollocks is a POE::Component::IRC plugin
|
||||
generates management bullshit whenever you need it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/
|
13
irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist
Normal file
13
irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin/Bollocks.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Bollocks/.packlist
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Bollocks
|
||||
@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
|
Loading…
Reference in New Issue
Block a user