19bbc9af61
0.03 Wed Oct 24 2007 - Added lookup methods for files and dirs: data_home, data_files, data_dirs, config_home, config_files, config_dirs & cache_home; suggested by Matisse Enzer - Deprecated xdg_data_files and xdg_config_files; suggested by Michael Schwern - Added a bit of Win32 support - Extended tests to full coverage
18 lines
501 B
Makefile
18 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.7 2007/11/29 16:00:40 wiz Exp $
|
|
|
|
DISTNAME= File-BaseDir-0.03
|
|
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-BaseDir/
|
|
COMMENT= Perl module for the XDG Base Directory Specification
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_USE_PACKLIST= no
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|