- Add STAGE support
- pkg-descr: Fix WWW whitespace nit and update URL
This commit is contained in:
parent
05d28fef74
commit
4f7d21bae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331186
3 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= POE-Session-Irssi
|
||||
PORTVERSION= 0.50
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc perl5 devel
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MARTIJN
|
||||
|
@ -22,17 +23,15 @@ RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \
|
|||
irssi:${PORTSDIR}/irc/irssi
|
||||
|
||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||
CONFIGURE_ARGS+= INSTALLDIRS=site
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Session::Irssi.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,4 +2,4 @@ This POE::Session subclass helps you integrate POE and Irssi scripting. It
|
|||
connects the signals and commands handlers you define as POE events with the
|
||||
Irssi machinery.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Session-Irssi/
|
||||
WWW: https://metacpan.org/module/POE::Session::Irssi
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%PERL5_MAN3%%/POE::Session::Irssi.3.gz
|
||||
%%SITE_PERL%%/POE/Session/Irssi.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Session/Irssi/.packlist
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean-backlog.pl
|
||||
|
|
Loading…
Reference in a new issue