summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-12 14:50:24 +0000
committerwiz <wiz@pkgsrc.org>2013-06-12 14:50:24 +0000
commit9d9a5a3ecf17a4e07316838debddeb47b70a07ed (patch)
tree3b92fba93c3acaf90a8b9326df5eb0182a30687a /misc
parent9bd51b15a218bd5914bb05de56f6846eb9ccae0a (diff)
downloadpkgsrc-9d9a5a3ecf17a4e07316838debddeb47b70a07ed.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/Makefile9
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"