pkgsrc/devel/p5-File-ShareDir-Install/Makefile
sno 24c4a77d14 Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN
into devel/p5-File-ShareDir-Install.

File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.

There is a port Module::Install::Share to ExtUtils::MakeMaker with the
improvement of only installing the files you want; .svn and other
source-control junk will be ignored.
2012-07-05 12:54:55 +00:00

19 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/07/05 12:54:56 sno Exp $
DISTNAME= File-ShareDir-Install-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-p5-people@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-ShareDir-Install/
COMMENT= Perl 5 module to install shared files
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/File/ShareDir/Install/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"