mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4e44122c22
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/
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# 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>
|