pkgsrc changes: - kicked out Mac::Carbon for MacOS X support (done using Mac::SystemDirectory) - forced Adam to wait with 0.93 to include patch for above changes Upstream changes: 0.93 Wed 13 Sep 2010 - Production release, no changes from 0.92_05 0.92_05 Mon 13 Sep 2010 - use Mac::SystemDirectory for each Darwin based MacOS. (REHSACK) 0.92_04 Fri 10 Sep 2010 - Be less strict about desktop and others on FreeDesktop (ADAMK) 0.92_03 Mon 6 Sep 2010 - Adding experimental support for my_dist_config() (JQUELIN) - Adding diag comment on which drivers gets used (ADAMK) 0.92_02 Mon 28 Jun 2010 - Updating to Module::Install 1.00 (ADAMK) - Add a bit more docs, and tweak the existing stuff a bit (ADAMK) - Deprecated the %~ interface. It will continue to exist as an undocumented legacy interface until 2015, warnings will be issued from 2013 (ADAMK) - On FreeDesktop.org systems, root often does not have the relevant directories. Skip tests for them in the same way as we do for the Mac root users on darwin (GARU) 0.92_01 Fri 11 Jun 2010 - Updating to Module::Install 0.99 (ADAMK) - Adding experimental support for my_dist_data() (JQUELIN)
30 lines
802 B
Makefile
30 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/09/17 05:59:45 sno Exp $
|
|
#
|
|
|
|
DISTNAME= File-HomeDir-0.93
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-HomeDir/
|
|
COMMENT= Get the home directory for yourself or other users
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/File/HomeDir/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
.if ${OPSYS} == "Darwin"
|
|
DEPENDS+= p5-Mac-SystemDirectory>=0.04:../../devel/p5-Mac-SystemDirectory
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|