diff options
author | wiz <wiz> | 2013-06-12 14:50:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-12 14:50:24 +0000 |
commit | 2d03a517bc90aeaa9a6ae839c122e62c46f81618 (patch) | |
tree | 3b92fba93c3acaf90a8b9326df5eb0182a30687a /misc | |
parent | 0c53c7b258889d54f5943a92ea2ad492cd227654 (diff) | |
download | pkgsrc-2d03a517bc90aeaa9a6ae839c122e62c46f81618.tar.gz |
Use some packages from pkgsrc instead of outdated versions included.
Fixes build with perl-5.18.
While here, fix HOMEPAGE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-File-MMagic-XS/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/p5-File-MMagic-XS/Makefile b/misc/p5-File-MMagic-XS/Makefile index 71440e04a07..64c80d18d1c 100644 --- a/misc/p5-File-MMagic-XS/Makefile +++ b/misc/p5-File-MMagic-XS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:28 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/06/12 14:50:24 wiz Exp $ DISTNAME= File-MMagic-XS-0.09006 PKGNAME= p5-${DISTNAME} @@ -7,13 +7,18 @@ CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/File-MMagic/ +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" |