d7955ab625
0.09008 - 10 Apr 2014 - This is a "I'm a douche for not properly testing code before merging" https://rt.cpan.org/Ticket/Display.html?id=94570 Patch from the above RT was applied 0.09007 - 09 Dec 2013 - Update inc/ . Fixes rt #63048
23 lines
809 B
Makefile
23 lines
809 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/12/13 03:49:37 mef Exp $
|
|
|
|
DISTNAME= File-MMagic-XS-0.09008
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-MMagic-XS/
|
|
COMMENT= File Type With XS (a la mod_mime_magic)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Module-Install-AuthorTests-[0-9]*:../../devel/p5-Module-Install-AuthorTests
|
|
BUILD_DEPENDS+= p5-Module-Install-Repository-[0-9]*:../../devel/p5-Module-Install-Repository
|
|
BUILD_DEPENDS+= p5-Module-Install-XSUtil-[0-9]*:../../devel/p5-Module-Install-XSUtil
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
PERL5_PACKLIST= auto/File/MMagic/XS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|