- Adding license definition Upstream changes: 0.89 Sun 3 Jan 2010 - Loosen the testing intensity on Darwin Carbon backends to prevent issues with consumer directories prevent installation entirely. 0.88 Tue 24 Nov 2009 - Switching to a production release 0.87_01 Sat 3 Oct 2009 - First developer implementation of improved Mac support
27 lines
665 B
Makefile
27 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/01/25 12:55:47 sno Exp $
|
|
#
|
|
|
|
DISTNAME= File-HomeDir-0.89
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|