aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-HomeDir/Makefile
blob: 65c05239b145483bbebd8eeccd08f723f3aa0323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>