diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-05-14 10:52:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-05-14 10:52:49 +0000 |
commit | c6b5e69c3b84041611b5ed59247bbd2889d67164 (patch) | |
tree | e89fea6b3e1bfdc32e093ab0d23127337581eec0 /lang/p5-Scalar-List-Utils/Makefile | |
parent | a4c50636c868a26a7968210435faa4ace253aaf1 (diff) | |
download | ports-c6b5e69c3b84041611b5ed59247bbd2889d67164.tar.gz ports-c6b5e69c3b84041611b5ed59247bbd2889d67164.zip |
Notes
Diffstat (limited to 'lang/p5-Scalar-List-Utils/Makefile')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index 0cdd7e862dbe..2e4e3be222e9 100644 --- a/lang/p5-Scalar-List-Utils/Makefile +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Scalar-List-Utils -PORTVERSION= 1.19 +PORTVERSION= 1.20 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN @@ -17,6 +17,6 @@ COMMENT= Perl subroutines that would be nice to have in the perl core PERL_CONFIGURE= yes -MAN3= List::Util.3 Scalar::Util.3 +MAN3= List::Util.3 Scalar::Util.3 List::Util::XS.3 .include <bsd.port.mk> |