aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-YAML
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-01-09 11:00:31 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-01-09 11:00:31 +0000
commit6c03b024725224f40a4116114620aedae1ab9a00 (patch)
tree83ba7cd89c8dc116f15e2ed73d809b072698f443 /textproc/p5-YAML
parent05a757532477b8c9b434049efad10254cc5b5fdb (diff)
Notes
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r--textproc/p5-YAML/Makefile28
-rw-r--r--textproc/p5-YAML/distinfo6
-rw-r--r--textproc/p5-YAML/pkg-plist2
3 files changed, 8 insertions, 28 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile
index b09bd3866484..61b6a0873c09 100644
--- a/textproc/p5-YAML/Makefile
+++ b/textproc/p5-YAML/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= YAML
-PORTVERSION= 0.66
+PORTVERSION= 0.68
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,17 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= YAML implementation in Perl
-BUILD_DEPENDS= \
- p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
-RUN_DEPENDS= ${BUILD_DEPENDS}
+PERL_CONFIGURE= 5.8.3+
-PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= </dev/null
-
-MAN1= ysh.1
MAN3= \
Test::YAML.3 \
YAML.3 \
+ YAML::Any.3 \
YAML::Base.3 \
YAML::Dumper.3 \
YAML::Dumper::Base.3 \
@@ -36,19 +31,4 @@ MAN3= \
YAML::Tag.3 \
YAML::Types.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500803
-post-install:
- @${ECHO_MSG} ""
- @${ECHO_MSG} "===> You are using an old version of Perl."
- @${ECHO_MSG} ""
- @${ECHO_MSG} "===> YAML.pm module is known to be buggy with your"
- @${ECHO_MSG} "===> version of Perl. It should mostly work, but"
- @${ECHO_MSG} "===> it will not be able to dump Perl code correctly."
- @${ECHO_MSG} ""
- @${ECHO_MSG} "===> Perhaps you should consider an upgrade."
- @${ECHO_MSG} ""
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo
index c0fa77d4a6fe..133e6d7791f5 100644
--- a/textproc/p5-YAML/distinfo
+++ b/textproc/p5-YAML/distinfo
@@ -1,3 +1,3 @@
-MD5 (YAML-0.66.tar.gz) = 33a0367cb343e1f0dce20f144d0167ba
-SHA256 (YAML-0.66.tar.gz) = fcd9d1e9315406c655b944b50eeb287529fa642263ce2a8aba1e213abc7192dd
-SIZE (YAML-0.66.tar.gz) = 94654
+MD5 (YAML-0.68.tar.gz) = 4b4255360bb885acdba05314daa9129a
+SHA256 (YAML-0.68.tar.gz) = 64c06038788da7d551112a2cdff80353a41509a73d0fd0e9d29fb929f5bbe079
+SIZE (YAML-0.68.tar.gz) = 92676
diff --git a/textproc/p5-YAML/pkg-plist b/textproc/p5-YAML/pkg-plist
index fcb08d4384c0..25f15a351376 100644
--- a/textproc/p5-YAML/pkg-plist
+++ b/textproc/p5-YAML/pkg-plist
@@ -1,7 +1,7 @@
-bin/ysh
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
%%SITE_PERL%%/Test/YAML.pm
%%SITE_PERL%%/YAML.pm
+%%SITE_PERL%%/YAML/Any.pm
%%SITE_PERL%%/YAML/Base.pm
%%SITE_PERL%%/YAML/Dumper.pm
%%SITE_PERL%%/YAML/Dumper/Base.pm