4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
483 B
Makefile
22 lines
483 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.69
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Get home directory for self or other users
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::HomeDir.3 File::HomeDir::Darwin.3 File::HomeDir::Unix.3 \
|
|
File::HomeDir::Windows.3
|
|
|
|
.include <bsd.port.mk>
|