blob: db5e4322b6031118291d0de227de9c4968263c21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# 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.97
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/A/AD/ADAMK/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Get home directory for self or other users
RUN_DEPENDS= p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= File::HomeDir.3 \
File::HomeDir::Darwin.3 \
File::HomeDir::Darwin::Carbon.3 \
File::HomeDir::Darwin::Cocoa.3 \
File::HomeDir::Driver.3 \
File::HomeDir::FreeDesktop.3 \
File::HomeDir::MacOS9.3 \
File::HomeDir::Test.3 \
File::HomeDir::Unix.3 \
File::HomeDir::Windows.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500808
RUN_DEPENDS+= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
.endif
.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+= p5-File-Path>=2.01:${PORTSDIR}/devel/p5-File-Path \
p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
|