diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-09-02 15:27:13 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-09-02 15:27:13 +0000 |
commit | c78a45a3f33f9ee902ea479f2465e3cefeb632e3 (patch) | |
tree | 1581cf95baf7cdf84d223d980821f441eef6c12a /textproc/p5-YAML/Makefile | |
parent | 2fedf104a98f28e4b7decb263cc69206b802f1c2 (diff) |
Notes
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 28f79c74deaf..dc6810f07f15 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= YAML -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= YAML implementation in Perl -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= \ Test::YAML.3 \ |