diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-12 03:57:11 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-12 03:57:11 +0000 |
commit | 1d7ee48b6dd7fa26d35e28e4be854121054668bd (patch) | |
tree | c3a6f4b9c6b85ce71d24a7b44f2bb26917ff0008 /devel/p5-POEx-Types | |
parent | b55cc43b2c7b47f2369104782386ecba70c9f896 (diff) | |
download | pkgsrc-1d7ee48b6dd7fa26d35e28e4be854121054668bd.tar.gz |
Import POEx::Types into devel/p5-POEx-Types, which is required to
update www/p5-POE-Component-Server-PSGI.
This modules exports the needed subtypes, and coercions for POEx
modules and is based on Sub::Exporter, so see that module for options
on importing.
Diffstat (limited to 'devel/p5-POEx-Types')
-rw-r--r-- | devel/p5-POEx-Types/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-POEx-Types/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-POEx-Types/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-POEx-Types/DESCR b/devel/p5-POEx-Types/DESCR new file mode 100644 index 00000000000..71b3c92938d --- /dev/null +++ b/devel/p5-POEx-Types/DESCR @@ -0,0 +1,3 @@ +This modules exports the needed subtypes, and coercions for POEx +modules and is based on Sub::Exporter, so see that module for options +on importing. diff --git a/devel/p5-POEx-Types/Makefile b/devel/p5-POEx-Types/Makefile new file mode 100644 index 00000000000..b215f28d94f --- /dev/null +++ b/devel/p5-POEx-Types/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/12 03:57:11 hiramatsu Exp $ + +DISTNAME= POEx-Types-1.100910 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NP/NPEREZ/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POEx-Types/ +COMMENT= Exported Types for use within POEx modules +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/POEx/Types/.packlist + +DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types +DEPENDS+= p5-MooseX-Types-Structured-[0-9]*:../../devel/p5-MooseX-Types-Structured +DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-POEx-Types/distinfo b/devel/p5-POEx-Types/distinfo new file mode 100644 index 00000000000..77e251b424e --- /dev/null +++ b/devel/p5-POEx-Types/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/12 03:57:11 hiramatsu Exp $ + +SHA1 (POEx-Types-1.100910.tar.gz) = 6f139239b0fa5e642703b6300bacc9d2bf2f4a84 +RMD160 (POEx-Types-1.100910.tar.gz) = 9d443f70a0a5851bdfc60e9068ad07882a2a21ea +Size (POEx-Types-1.100910.tar.gz) = 9846 bytes |