mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4310e788d3
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>
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection makefile for: p5-File-Path-Expand
|
|
# Date created: Sat Nov 1 2003
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Path-Expand
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@thegler.dk
|
|
COMMENT= Expand filenames
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Path::Expand.3
|
|
|
|
.include <bsd.port.mk>
|