aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-Syck
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-28 09:46:03 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-28 09:46:03 +0000
commitf1f8252ece888cd6a02555fe94af1ce1e9703660 (patch)
tree0242bd8ad8492bca2a08588f0cd820e91fdba496 /textproc/p5-YAML-Syck
parent9220708e45801725df4faba59419d36b5910081f (diff)
downloadports-f1f8252ece888cd6a02555fe94af1ce1e9703660.tar.gz
ports-f1f8252ece888cd6a02555fe94af1ce1e9703660.zip
Notes
Diffstat (limited to 'textproc/p5-YAML-Syck')
-rw-r--r--textproc/p5-YAML-Syck/Makefile28
-rw-r--r--textproc/p5-YAML-Syck/distinfo3
-rw-r--r--textproc/p5-YAML-Syck/pkg-descr5
-rw-r--r--textproc/p5-YAML-Syck/pkg-plist12
4 files changed, 48 insertions, 0 deletions
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile
new file mode 100644
index 000000000000..954dfd086239
--- /dev/null
+++ b/textproc/p5-YAML-Syck/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: textproc/p5-YAML-Syck
+# Date created: 28 December 2005
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= YAML-Syck
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= YAML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+COMMENT= Fast, lightweight YAML loader and dumper
+
+PERL_CONFIGURE= yes
+
+MAN3= YAML::Syck.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-YAML-Syck/distinfo b/textproc/p5-YAML-Syck/distinfo
new file mode 100644
index 000000000000..8ecfdec84ae9
--- /dev/null
+++ b/textproc/p5-YAML-Syck/distinfo
@@ -0,0 +1,3 @@
+MD5 (YAML-Syck-0.03.tar.gz) = e9c09d516064b6a72306aaee1604ee72
+SHA256 (YAML-Syck-0.03.tar.gz) = 3bed72759700da2d6a793f4f9fb1df0b2e7e5df98f492076b2bc7044169f7203
+SIZE (YAML-Syck-0.03.tar.gz) = 116081
diff --git a/textproc/p5-YAML-Syck/pkg-descr b/textproc/p5-YAML-Syck/pkg-descr
new file mode 100644
index 000000000000..ac740ea0d6cf
--- /dev/null
+++ b/textproc/p5-YAML-Syck/pkg-descr
@@ -0,0 +1,5 @@
+This module provides a Perl interface to the libsyck data serialization
+library. It exports the Dump and Load functions for converting Perl
+data structures to YAML strings, and the other way around.
+
+WWW: http://search.cpan.org/dist/YAML-Syck/
diff --git a/textproc/p5-YAML-Syck/pkg-plist b/textproc/p5-YAML-Syck/pkg-plist
new file mode 100644
index 000000000000..f40dc00bc31d
--- /dev/null
+++ b/textproc/p5-YAML-Syck/pkg-plist
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/Syck.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/Syck.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Syck.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Syck.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Loader/Syck.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Dumper/Syck.pm
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Loader 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Dumper 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/YAML 2>/dev/null || true