Add p5-File-HomeDir-Tiny 0.01
File::HomeDir::Tiny is useful for the 90% of the time that you only need 10% of File::HomeDir's functionality. It depends on no other modules and consists of just fourteen lines of code. WWW: https://metacpan.org/release/File-HomeDir-Tiny
This commit is contained in:
parent
37899686d4
commit
1171946ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533171
5 changed files with 33 additions and 0 deletions
|
@ -2386,6 +2386,7 @@
|
|||
SUBDIR += p5-File-HStore
|
||||
SUBDIR += p5-File-HomeDir
|
||||
SUBDIR += p5-File-HomeDir-PathClass
|
||||
SUBDIR += p5-File-HomeDir-Tiny
|
||||
SUBDIR += p5-File-Iterator
|
||||
SUBDIR += p5-File-LibMagic
|
||||
SUBDIR += p5-File-MMagic
|
||||
|
|
21
devel/p5-File-HomeDir-Tiny/Makefile
Normal file
21
devel/p5-File-HomeDir-Tiny/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-HomeDir-Tiny
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Find your home directory
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-File-HomeDir-Tiny/distinfo
Normal file
3
devel/p5-File-HomeDir-Tiny/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1588013470
|
||||
SHA256 (File-HomeDir-Tiny-0.01.tar.gz) = 04e9906e9135610f9cf133cfc01016d21bfe69851f906bd9b2b8dd2399777445
|
||||
SIZE (File-HomeDir-Tiny-0.01.tar.gz) = 3538
|
5
devel/p5-File-HomeDir-Tiny/pkg-descr
Normal file
5
devel/p5-File-HomeDir-Tiny/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
File::HomeDir::Tiny is useful for the 90% of the time that you only need 10% of
|
||||
File::HomeDir's functionality. It depends on no other modules and consists of
|
||||
just fourteen lines of code.
|
||||
|
||||
WWW: https://metacpan.org/release/File-HomeDir-Tiny
|
3
devel/p5-File-HomeDir-Tiny/pkg-plist
Normal file
3
devel/p5-File-HomeDir-Tiny/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/File/HomeDir/Tiny.pm
|
||||
%%SITE_PERL%%/File/HomeDir/Tiny.pod
|
||||
%%PERL5_MAN3%%/File::HomeDir::Tiny.3.gz
|
Loading…
Reference in a new issue