- update to 0.86 Upstream changes: 0.86 Fri 27 Mar 2009 - Bug fix for the 64-bit implementation 0.85_01 - For 64-bit perl on Darwin, fall back to File::HomeDir::Unix as Mac::Carbon is not available
26 lines
638 B
Makefile
26 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/12 00:26:29 sno Exp $
|
|
#
|
|
|
|
DISTNAME= File-HomeDir-0.86
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/File/HomeDir/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
DEPENDS+= p5-Mac-Carbon>=0.77:../../devel/p5-Mac-Carbon
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|