mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-POE-Component-IRC-Object 0.02,
a slightly simpler OO interface to POE::Component::IRC.
This commit is contained in:
parent
c6e47e720e
commit
2115bbe14a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62481
@ -31,6 +31,7 @@
|
||||
SUBDIR += olirc
|
||||
SUBDIR += p5-IRC
|
||||
SUBDIR += p5-POE-Component-IRC
|
||||
SUBDIR += p5-POE-Component-IRC-Object
|
||||
SUBDIR += party
|
||||
SUBDIR += pircbot
|
||||
SUBDIR += pisg
|
||||
|
34
irc/p5-POE-Component-IRC-Object/Makefile
Normal file
34
irc/p5-POE-Component-IRC-Object/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: POE-Component-IRC-Object
|
||||
# Date created: 05 July 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-IRC-Object
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= irc perl5 devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= POE::Component::IRC::Object.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/p5-POE-Component-IRC-Object/distinfo
Normal file
1
irc/p5-POE-Component-IRC-Object/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (POE-Component-IRC-Object-0.02.tar.gz) = aec274158f94ac9f326b5d16eb3c9def
|
1
irc/p5-POE-Component-IRC-Object/pkg-comment
Normal file
1
irc/p5-POE-Component-IRC-Object/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A slightly simpler OO interface to POE::Component::IRC
|
7
irc/p5-POE-Component-IRC-Object/pkg-descr
Normal file
7
irc/p5-POE-Component-IRC-Object/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
An OO interface to POE::Component::IRC with facilities to dispatch the
|
||||
same method to multiple objects.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=POE-Component-IRC-Object
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
9
irc/p5-POE-Component-IRC-Object/pkg-plist
Normal file
9
irc/p5-POE-Component-IRC-Object/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC/Object.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/elizabot.pl
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user