ccd9c8ec95
Changes since 1.13: * fixed output warning for large magic db * added ms-tnef, arc, zoo, arj, rar, EPS entries * added some more tests * added removeSpecials/removeExts functions, and capability of adding sub entry Fixes PR pkg/22332 by Makoto Fujiwara
17 lines
480 B
Makefile
17 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/08/01 21:04:20 jdolecek Exp $
|
|
|
|
DISTNAME= File-MMagic-1.20
|
|
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/
|
|
COMMENT= Perl5 module to guess file types
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/MMagic/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|