054744a6f9
2006-05-23 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Version 1.27. * MMagic.pm (readMagicLine): Changed regex for magic entry. (Reported by Dylan Vanderhoof, thank you) 2006-05-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Added a new line at the end of file. (Reported by Vilmos Soti, thank you.) 2006-02-08 Yukio USUDA <usu@namazu.org> * MMagic.pm (magicMatch, dumpMagic): Fixed time waste problem.
16 lines
443 B
Makefile
16 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/10/11 03:55:33 taca Exp $
|
|
|
|
DISTNAME= File-MMagic-1.27
|
|
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/dist/File-MMagic/
|
|
COMMENT= Perl5 module to guess file types
|
|
|
|
PERL5_PACKLIST= auto/File/MMagic/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|