aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Mixin-Linewise
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-12 16:51:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-12 16:51:02 +0000
commit550a69d04616eb74f1970cbbc615f11adb3d598c (patch)
tree806f51cd9ddf3e9bdcb63b3ecd50f7f96bc90a78 /devel/p5-Mixin-Linewise
parent11beffaac7dfdcc6be78b9449f8d6b9759bea247 (diff)
Notes
Diffstat (limited to 'devel/p5-Mixin-Linewise')
-rw-r--r--devel/p5-Mixin-Linewise/Makefile32
-rw-r--r--devel/p5-Mixin-Linewise/distinfo3
-rw-r--r--devel/p5-Mixin-Linewise/pkg-descr5
3 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile
new file mode 100644
index 000000000000..a262c29728a7
--- /dev/null
+++ b/devel/p5-Mixin-Linewise/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: p5-Mixin-Linewise
+# Date created: 2009-03-10
+# Whom: bapt <baptiste.daroussin@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Mixin-Linewise
+PORTVERSION= 0.002
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= baptiste.daroussin@gmail.com
+COMMENT= Write your linewise code for handles; this does the rest
+
+PERL_CONFIGURE= yes
+
+MAN3= Mixin::Linewise::Readers.3 \
+ Mixin::Linewise::Writers.3 \
+ Mixin::Linewise.3
+PLIST_FILES+= %%SITE_PERL%%/Mixin/Linewise/Readers.pm \
+ %%SITE_PERL%%/Mixin/Linewise/Writers.pm \
+ %%SITE_PERL%%/Mixin/Linewise.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise/.packlist
+PLIST_DIRS+= %%SITE_PERL%%/Mixin/Linewise \
+ %%SITE_PERL%%/Mixin \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Mixin-Linewise/distinfo b/devel/p5-Mixin-Linewise/distinfo
new file mode 100644
index 000000000000..116f7003b79b
--- /dev/null
+++ b/devel/p5-Mixin-Linewise/distinfo
@@ -0,0 +1,3 @@
+MD5 (Mixin-Linewise-0.002.tar.gz) = ee7a770b441638a7e7ac38f96e90824d
+SHA256 (Mixin-Linewise-0.002.tar.gz) = 31377d3514cc8f243303dfdeec611f07b06fb4135e5e1db2d4c970130d8215da
+SIZE (Mixin-Linewise-0.002.tar.gz) = 21788
diff --git a/devel/p5-Mixin-Linewise/pkg-descr b/devel/p5-Mixin-Linewise/pkg-descr
new file mode 100644
index 000000000000..d3ef698ffe82
--- /dev/null
+++ b/devel/p5-Mixin-Linewise/pkg-descr
@@ -0,0 +1,5 @@
+With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write
+a method to handle handles, and methods for handling strings and filenames are
+added for you.
+
+WWW: http://search.cpan.org/~rjbs/Mixin-Linewise/