diff options
Diffstat (limited to 'devel/p5-IO-String')
-rw-r--r-- | devel/p5-IO-String/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-IO-String/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-IO-String/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IO-String/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-IO-String/DESCR b/devel/p5-IO-String/DESCR new file mode 100644 index 00000000000..832d6794f99 --- /dev/null +++ b/devel/p5-IO-String/DESCR @@ -0,0 +1,4 @@ +IO::String is an IO::File (and IO::Handle) compatible class that read +or write data from in-core strings. It is really just a +simplification of Eryq's IO-stringy modules. As such IO::String is +a replacement for IO::Scalar. diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile new file mode 100644 index 00000000000..376a02bc749 --- /dev/null +++ b/devel/p5-IO-String/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $ +# + +DISTNAME= IO-String-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for I/O on in-core objects like strings and arrays + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/String/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-String/PLIST b/devel/p5-IO-String/PLIST new file mode 100644 index 00000000000..48d1abd0609 --- /dev/null +++ b/devel/p5-IO-String/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $ diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo new file mode 100644 index 00000000000..742e7081d66 --- /dev/null +++ b/devel/p5-IO-String/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $ + +SHA1 (IO-String-1.01.tar.gz) = 8fd3153c21222855985a193c616df3080f701385 +Size (IO-String-1.01.tar.gz) = 5983 bytes |