8801e30e33
scheduled import of ExtUtils::ModuleMaker. This Perl extension provides several functions which try to determine whether you can, indeed, safely create directories and files underneath a user's home directory. Among other things, if you are placing a file in such a location only temporarily -- say, for testing purposes -- you can temporarily hide any already existing file with the same name and restore it to its original name and timestamps when you are done.
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:35:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= File-Save-Home-0.08
|
|
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-Save-Home/
|
|
COMMENT= Place file safely under user home directory
|
|
#LICENSE= ${PERL_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-String-PerlIdentifier-[0-9]*:../../devel/p5-String-PerlIdentifier
|
|
|
|
PERL5_PACKLIST= auto/File/Save/Home/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|