diff options
author | Andrej Zverev <az@FreeBSD.org> | 2010-08-05 15:48:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2010-08-05 15:48:51 +0000 |
commit | f50a2689581ab459fdcb1e5e0d67e788ecfae33a (patch) | |
tree | eb0589c04ca76d0d1c9a31a5b07fb9c57df25cc0 /devel/p5-File-ShareDir-Install | |
parent | 1a5dc578e4c7f6138ef9f875de44558da3fb44b4 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-ShareDir-Install')
-rw-r--r-- | devel/p5-File-ShareDir-Install/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-File-ShareDir-Install/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-ShareDir-Install/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-File-ShareDir-Install/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-File-ShareDir-Install/Makefile b/devel/p5-File-ShareDir-Install/Makefile new file mode 100644 index 000000000000..c1c90516018c --- /dev/null +++ b/devel/p5-File-ShareDir-Install/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: File::ShareDir::Install +# Date created: 2010-08-05 +# Whom: Andrej Zverev <az@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-ShareDir-Install +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN + +MAINTAINER= perl@FreeBSD.org +COMMENT= Install read-only data files from a distribution + +PERL_CONFIGURE= yes + +MAN3= File::ShareDir::Install.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-ShareDir-Install/distinfo b/devel/p5-File-ShareDir-Install/distinfo new file mode 100644 index 000000000000..2f4c22e1ae3c --- /dev/null +++ b/devel/p5-File-ShareDir-Install/distinfo @@ -0,0 +1,3 @@ +MD5 (File-ShareDir-Install-0.03.tar.gz) = ead5d0779a45dee782d81d2415610331 +SHA256 (File-ShareDir-Install-0.03.tar.gz) = 43d1dc2590831bf866e1f00ff168609486025de95e26e9c5e46cbcab78d7d8d7 +SIZE (File-ShareDir-Install-0.03.tar.gz) = 4748 diff --git a/devel/p5-File-ShareDir-Install/pkg-descr b/devel/p5-File-ShareDir-Install/pkg-descr new file mode 100644 index 000000000000..204d8413e42e --- /dev/null +++ b/devel/p5-File-ShareDir-Install/pkg-descr @@ -0,0 +1,9 @@ +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. + +It 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. + +WWW: http://search.cpan.org/~gwyn/File-ShareDir-Install/ diff --git a/devel/p5-File-ShareDir-Install/pkg-plist b/devel/p5-File-ShareDir-Install/pkg-plist new file mode 100644 index 000000000000..28ec701a79c2 --- /dev/null +++ b/devel/p5-File-ShareDir-Install/pkg-plist @@ -0,0 +1,7 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/File/ShareDir/Install.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ShareDir/Install/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ShareDir/Install +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ShareDir +@dirrmtry %%SITE_PERL%%/File/ShareDir +@dirrmtry %%SITE_PERL%%/File |