- add File-HomeDir-0.06
File::HomeDir -- get home directory for self or other users This module provides a function, home, and also ties the in-all-packages variable %~. WWW: http://search.cpan.org/dist/File-HomeDir/
This commit is contained in:
parent
15417638f1
commit
4e44122c22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130342
5 changed files with 36 additions and 0 deletions
|
@ -841,6 +841,7 @@
|
||||||
SUBDIR += p5-File-Flat
|
SUBDIR += p5-File-Flat
|
||||||
SUBDIR += p5-File-Flock
|
SUBDIR += p5-File-Flock
|
||||||
SUBDIR += p5-File-Grep
|
SUBDIR += p5-File-Grep
|
||||||
|
SUBDIR += p5-File-HomeDir
|
||||||
SUBDIR += p5-File-Lock
|
SUBDIR += p5-File-Lock
|
||||||
SUBDIR += p5-File-MMagic
|
SUBDIR += p5-File-MMagic
|
||||||
SUBDIR += p5-File-MimeInfo
|
SUBDIR += p5-File-MimeInfo
|
||||||
|
|
22
devel/p5-File-HomeDir/Makefile
Normal file
22
devel/p5-File-HomeDir/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: devel/p5-File-HomeDir
|
||||||
|
# Date created: 3 March 2005
|
||||||
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= File-HomeDir
|
||||||
|
PORTVERSION= 0.06
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SB/SBURKE
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= leeym@FreeBSD.org
|
||||||
|
COMMENT= Get home directory for self or other users
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= File::HomeDir.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/p5-File-HomeDir/distinfo
Normal file
2
devel/p5-File-HomeDir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (File-HomeDir-0.06.tar.gz) = af1ada06fd311a7bc27801526c9fb5f2
|
||||||
|
SIZE (File-HomeDir-0.06.tar.gz) = 6963
|
6
devel/p5-File-HomeDir/pkg-descr
Normal file
6
devel/p5-File-HomeDir/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
File::HomeDir -- get home directory for self or other users
|
||||||
|
|
||||||
|
This module provides a function, home, and also ties the in-all-packages
|
||||||
|
variable %~.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/File-HomeDir/
|
5
devel/p5-File-HomeDir/pkg-plist
Normal file
5
devel/p5-File-HomeDir/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/File/HomeDir.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/HomeDir/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/HomeDir
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
Loading…
Reference in a new issue