simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults getpwent and does the right thing.
18 lines
526 B
Makefile
18 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/07/29 02:11:03 jgoamakf Exp $
|
|
|
|
DISTNAME= File-Path-Expand-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5fpe
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Path-Expand/
|
|
COMMENT= Expands user directories in filenames
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/File-Path-Expand/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|