diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 22:44:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 22:44:05 +0000 |
commit | c5e9b62820de778b454d09c256482b912d3b0423 (patch) | |
tree | 20e65caf2cbf9ba73c49e01f641902d3a4946cc1 /devel/p5-Event-Notify | |
parent | 1fdf5397c2843374a2d85e3cc71f608e6305855a (diff) | |
download | ports-c5e9b62820de778b454d09c256482b912d3b0423.tar.gz ports-c5e9b62820de778b454d09c256482b912d3b0423.zip |
Notes
Diffstat (limited to 'devel/p5-Event-Notify')
-rw-r--r-- | devel/p5-Event-Notify/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Event-Notify/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Event-Notify/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Event-Notify/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
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 <markun@onohara.to> +# +# $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 <bsd.port.mk> 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 |