mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Event::Join is a perl module to join multiple "events" into one.
WWW: http://search.cpan.org/dist/Event-Join/ PR: ports/145043 Submitted by: Denis Pokataev <catone@cpan.org>
This commit is contained in:
parent
b0dcab00f7
commit
a1c313e019
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252001
@ -1483,6 +1483,7 @@
|
||||
SUBDIR += p5-Eval-Context
|
||||
SUBDIR += p5-Event
|
||||
SUBDIR += p5-Event-ExecFlow
|
||||
SUBDIR += p5-Event-Join
|
||||
SUBDIR += p5-Event-Lib
|
||||
SUBDIR += p5-Event-Notify
|
||||
SUBDIR += p5-Event-RPC
|
||||
|
24
devel/p5-Event-Join/Makefile
Normal file
24
devel/p5-Event-Join/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Event-Join
|
||||
# Date created: 24 Mar 2010
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Event-Join
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= catone@cpan.org
|
||||
COMMENT= Join multiple "events" into one
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Event::Join.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Event-Join/distinfo
Normal file
3
devel/p5-Event-Join/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Event-Join-0.04.tar.gz) = c6821e100a299abd2aa1392f33ed2376
|
||||
SHA256 (Event-Join-0.04.tar.gz) = bafaaf08999d91cb9fdd25a959927826623a0c67465509d0df296151bc47660d
|
||||
SIZE (Event-Join-0.04.tar.gz) = 17310
|
3
devel/p5-Event-Join/pkg-descr
Normal file
3
devel/p5-Event-Join/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Event::Join is a perl module to join multiple "events" into one.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Event-Join/
|
5
devel/p5-Event-Join/pkg-plist
Normal file
5
devel/p5-Event-Join/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Join/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Join
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event
|
||||
%%SITE_PERL%%/Event/Join.pm
|
||||
@dirrmtry %%SITE_PERL%%/Event
|
Loading…
Reference in New Issue
Block a user