1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/p5-File-Path-Expand/pkg-plist
Kirill Ponomarev 4310e788d3 File::Path::Expand expands user directories in filenames. For
the simple case it's no more complex than s{^~/}{$HOME/}, but
for other cases it consults C<getpwent> and does the right
thing.

PR:		58812
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-11-01 18:08:12 +00:00

6 lines
268 B
Plaintext

%%SITE_PERL%%/File/Path/Expand.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File-Path-Expand/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File-Path-Expand
@unexec rmdir %D/%%SITE_PERL%%/File/Path 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true