diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 08:35:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 08:35:59 +0000 |
commit | 940e5ed274a19e73af950ce153b4721fae48fd96 (patch) | |
tree | f193c3c97a0cebff92623769f4d5d84e0ea61c95 /devel/p5-Sort-Key/Makefile | |
parent | 0f1126912b702e74cf530f50dad4e7cc60e6c618 (diff) |
Notes
Diffstat (limited to 'devel/p5-Sort-Key/Makefile')
-rw-r--r-- | devel/p5-Sort-Key/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Sort-Key/Makefile b/devel/p5-Sort-Key/Makefile index f8e67a5fdcb9..2f4da6668259 100644 --- a/devel/p5-Sort-Key/Makefile +++ b/devel/p5-Sort-Key/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Sort-Key -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort @@ -20,6 +20,7 @@ PERL_CONFIGURE= yes MAN3= Sort::Key.3 \ Sort::Key::Maker.3 \ Sort::Key::Multi.3 \ + Sort::Key::Natural.3 \ Sort::Key::Register.3 .include <bsd.port.pre.mk> |