diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 04:29:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 04:29:48 +0000 |
commit | 270bcbef6ccdfcc72afb9ee07e0090239cb74d36 (patch) | |
tree | c197589cd50a138337579463b1b651a5b8d3c2ea /misc/p5-File-MMagic/Makefile | |
parent | 1fd2b942a4121d86b4406082a2a7a1ffcb667803 (diff) | |
download | pkgsrc-270bcbef6ccdfcc72afb9ee07e0090239cb74d36.tar.gz |
Update misc/p5-File-MMagic to 1.26. Changes from version 1.25 include
bugfixes and performance improvements.
Diffstat (limited to 'misc/p5-File-MMagic/Makefile')
-rw-r--r-- | misc/p5-File-MMagic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile index 4f54b667553..c8609401090 100644 --- a/misc/p5-File-MMagic/Makefile +++ b/misc/p5-File-MMagic/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2005/08/29 16:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/02 04:29:48 jlam Exp $ -DISTNAME= File-MMagic-1.25 +DISTNAME= File-MMagic-1.26 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fim CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= kei@NetBSD.org -HOMEPAGE= http://search.cpan.org/author/KNOK/ +HOMEPAGE= http://search.cpan.org/dist/File-MMagic/ COMMENT= Perl5 module to guess file types PERL5_PACKLIST= auto/File/MMagic/.packlist |