pkgsrc/devel/p5-File-HomeDir/Makefile
abs 02c899c682 Updated devel/p5-File-HomeDir to 0.69
0.69    Sun  3 Feb 2008
	- No changes, incrementing for production release

0.68_01 Tue 22 Jan 2008
	- Fixed folder detection on Darwin so that symlinks that resolve to
	  directories are considered valid folders. Patch from David Wheeler.

0.67    Thu  6 Dec 2007
	- No functional changes, no need to upgrade.
	- Upgrading to Module::Install 0.68
	- Updating bundled author tests

0.66    Sat 25 Aug 2007
	- No functional changes, no need to upgrade.
	  (This release attempts to regain 100% CPAN Testers results)
	- Spurious failures on some path-levels of 5.9.0 due to a warnings
	  bug regression. Skip the relevant test on Perl 5.9.0.
	- Remove a -w flag in 02_main.t so test run under tainting
2008-05-28 21:54:19 +00:00

20 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/05/28 21:54:19 abs Exp $
#
DISTNAME= File-HomeDir-0.69
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= bartosz@atom.eu.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 "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"