- Update to 0.99
- Remove outdated PERL_LEVEL checks Changes: http://search.cpan.org/dist/File-HomeDir/Changes
This commit is contained in:
parent
1dfe956b00
commit
499f1e5f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289811
2 changed files with 5 additions and 17 deletions
|
@ -6,17 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-HomeDir
|
||||
PORTVERSION= 0.98
|
||||
PORTVERSION= 0.99
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ADAMK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Get home directory for self or other users
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
|
||||
RUN_DEPENDS= p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -31,15 +30,4 @@ MAN3= File::HomeDir.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>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (File-HomeDir-0.98.tar.gz) = 834149453ff5535b8d6afdcf5e3e5feadca9d3662e3b2e30bc2ef0d9a504a062
|
||||
SIZE (File-HomeDir-0.98.tar.gz) = 50202
|
||||
SHA256 (File-HomeDir-0.99.tar.gz) = d0be01e0cb3313d22fdc58fc4263db75775389536a70b52e1204f6fe44512ef8
|
||||
SIZE (File-HomeDir-0.99.tar.gz) = 50522
|
||||
|
|
Loading…
Reference in a new issue