- Add p5-MooX-File-ConfigDir 0.002
MooX::File::ConfigDir is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements. WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/
This commit is contained in:
parent
68ebdc0f0d
commit
dea75c4fe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335409
5 changed files with 37 additions and 0 deletions
|
@ -2323,6 +2323,7 @@
|
|||
SUBDIR += p5-Module-Versions
|
||||
SUBDIR += p5-Module-Versions-Report
|
||||
SUBDIR += p5-Moo
|
||||
SUBDIR += p5-MooX-File-ConfigDir
|
||||
SUBDIR += p5-MooX-Options
|
||||
SUBDIR += p5-MooX-Types-MooseLike
|
||||
SUBDIR += p5-MooX-Types-MooseLike-Numeric
|
||||
|
|
24
devel/p5-MooX-File-ConfigDir/Makefile
Normal file
24
devel/p5-MooX-File-ConfigDir/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MooX-File-ConfigDir
|
||||
PORTVERSION= 0.002
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Moo eXtension for File::ConfigDir
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-ConfigDir>=0.006:${PORTSDIR}/devel/p5-File-ConfigDir \
|
||||
p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooX-File-ConfigDir/distinfo
Normal file
2
devel/p5-MooX-File-ConfigDir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (MooX-File-ConfigDir-0.002.tar.gz) = cf97da19dfd143bb09ce31ae8ef054a4b28aeca4e9fbc4d15ec72193e93c7aa8
|
||||
SIZE (MooX-File-ConfigDir-0.002.tar.gz) = 5064
|
6
devel/p5-MooX-File-ConfigDir/pkg-descr
Normal file
6
devel/p5-MooX-File-ConfigDir/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
MooX::File::ConfigDir is a helper for easily find configuration file locations.
|
||||
Whether to use this information for find a suitable place for installing them or
|
||||
looking around for finding any piece of settings, heavily depends on the
|
||||
requirements.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/
|
4
devel/p5-MooX-File-ConfigDir/pkg-plist
Normal file
4
devel/p5-MooX-File-ConfigDir/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/MooX/File/ConfigDir.pm
|
||||
%%PERL5_MAN3%%/MooX::File::ConfigDir.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/MooX/File
|
||||
@dirrmtry %%SITE_PERL%%/MooX
|
Loading…
Reference in a new issue