From c5e9b62820de778b454d09c256482b912d3b0423 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 10 Jan 2008 22:44:05 +0000 Subject: Event::Notify implements a simple Observer pattern. WWW: http://search.cpan.org/dist/Event-Notify/ PR: ports/119359 Submitted by: Masahiro Teramoto --- devel/p5-Event-Notify/Makefile | 25 +++++++++++++++++++++++++ devel/p5-Event-Notify/distinfo | 3 +++ devel/p5-Event-Notify/pkg-descr | 3 +++ devel/p5-Event-Notify/pkg-plist | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 devel/p5-Event-Notify/Makefile create mode 100644 devel/p5-Event-Notify/distinfo create mode 100644 devel/p5-Event-Notify/pkg-descr create mode 100644 devel/p5-Event-Notify/pkg-plist (limited to 'devel/p5-Event-Notify') diff --git a/devel/p5-Event-Notify/Makefile b/devel/p5-Event-Notify/Makefile new file mode 100644 index 000000000000..c63e14d344e8 --- /dev/null +++ b/devel/p5-Event-Notify/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Event-Notify +# Date created: 2008-01-03 +# Whom: Masahiro Teramoto +# +# $FreeBSD$ +# + +PORTNAME= Event-Notify +PORTVERSION= 0.00004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Event +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Simple Observer/Notifier + +BUILD_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject +RUN_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject + +PERL_CONFIGURE= yes + +MAN3= Event::Notify.3 + +.include diff --git a/devel/p5-Event-Notify/distinfo b/devel/p5-Event-Notify/distinfo new file mode 100644 index 000000000000..33b8a03de7b3 --- /dev/null +++ b/devel/p5-Event-Notify/distinfo @@ -0,0 +1,3 @@ +MD5 (Event-Notify-0.00004.tar.gz) = d3cc90ab1add060ef5ca6683877c0d0e +SHA256 (Event-Notify-0.00004.tar.gz) = 5a03d653a13fc878a4a5b36365fddb99b803f543983507661c57558a7ca6db3c +SIZE (Event-Notify-0.00004.tar.gz) = 19881 diff --git a/devel/p5-Event-Notify/pkg-descr b/devel/p5-Event-Notify/pkg-descr new file mode 100644 index 000000000000..03a2fcb92597 --- /dev/null +++ b/devel/p5-Event-Notify/pkg-descr @@ -0,0 +1,3 @@ +Event::Notify implements a simple Observer pattern. + +WWW: http://search.cpan.org/dist/Event-Notify/ diff --git a/devel/p5-Event-Notify/pkg-plist b/devel/p5-Event-Notify/pkg-plist new file mode 100644 index 000000000000..c40bbf072a26 --- /dev/null +++ b/devel/p5-Event-Notify/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify/.packlist +%%SITE_PERL%%/Event/Notify.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event +@dirrmtry %%SITE_PERL%%/Event -- cgit v1.2.3