freebsd-ports/devel/p5-File-HomeDir/Makefile

33 lines
763 B
Makefile
Raw Normal View History

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-HomeDir
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2010-09-21 01:18:09 +02:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Get home directory for self or other users
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
2010-09-21 01:18:09 +02:00
RUN_DEPENDS= p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
2010-06-03 22:50:20 +02:00
PERL_CONFIGURE= yes
2009-11-24 17:27:09 +01:00
MAN3= File::HomeDir.3 \
File::HomeDir::Darwin.3 \
File::HomeDir::Darwin::Carbon.3 \
File::HomeDir::Darwin::Cocoa.3 \
2010-09-21 01:18:09 +02:00
File::HomeDir::Driver.3 \
2010-06-03 22:50:20 +02:00
File::HomeDir::FreeDesktop.3 \
2010-09-21 01:18:09 +02:00
File::HomeDir::MacOS9.3 \
2010-06-03 22:50:20 +02:00
File::HomeDir::Test.3 \
2009-11-24 17:27:09 +01:00
File::HomeDir::Unix.3 \
File::HomeDir::Windows.3
.include <bsd.port.mk>