- 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:
Yen-Ming Lee 2005-03-04 10:27:43 +00:00
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

View file

@ -841,6 +841,7 @@
SUBDIR += p5-File-Flat
SUBDIR += p5-File-Flock
SUBDIR += p5-File-Grep
SUBDIR += p5-File-HomeDir
SUBDIR += p5-File-Lock
SUBDIR += p5-File-MMagic
SUBDIR += p5-File-MimeInfo

View 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>

View file

@ -0,0 +1,2 @@
MD5 (File-HomeDir-0.06.tar.gz) = af1ada06fd311a7bc27801526c9fb5f2
SIZE (File-HomeDir-0.06.tar.gz) = 6963

View 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/

View 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