9e4a1c35fb
Changes since version 0.06: - actually load EUHC from inc (RT#121613) - inlined ExtUtils::HasCompiler into the distribution for use by Makefile.PL (RT#121613) - fixed link to git repository in metadata - convert packaging to Dist::Zilla (fixes RT#121403)
21 lines
530 B
Makefile
21 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/09/28 06:42:12 tron Exp $
|
|
#
|
|
|
|
DISTNAME= Mac-SystemDirectory-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mac-SystemDirectory/
|
|
COMMENT= Locate Mac OS X Standard System Directories
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Mac/SystemDirectory/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|