freebsd-ports/devel/p5-File-HomeDir/Makefile
Yen-Ming Lee 6a4590107c - Update to 0.65
PR:		112963
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2007-05-25 23:39:17 +00:00

23 lines
528 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.65
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
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>