mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to 0.90
PR: 136961 Submitted by: Mons Anderson <mons@cpan.org> (maintainer)
This commit is contained in:
parent
2913f97add
commit
a680db3046
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238465
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ex-lib
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.90
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,15 +14,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= mons@cpan.org
|
||||
COMMENT= Relative use lib in absolute way
|
||||
|
||||
RUN_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ex::lib.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500808
|
||||
BUILD_DEPENDS+= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS+= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ex-lib-0.06.tar.gz) = 2326661623c579effd091ee0553a2dfb
|
||||
SHA256 (ex-lib-0.06.tar.gz) = fadc036cb979f14fa5f0dd8690b8418fd7031e00b2c4a7ed284a29894b0a4fa2
|
||||
SIZE (ex-lib-0.06.tar.gz) = 31759
|
||||
MD5 (ex-lib-0.90.tar.gz) = 6dbab9a0fa06d66ca29646dba464dd64
|
||||
SHA256 (ex-lib-0.90.tar.gz) = 956a6f5075610fc33face0095cadd572c75b58f897314e7506fc78b4517b978a
|
||||
SIZE (ex-lib-0.90.tar.gz) = 24981
|
||||
|
@ -1,3 +1,3 @@
|
||||
The same as lib, but makes relative path absolute
|
||||
The same as lib, but makes relative path absolute (Obsoleted by lib-abs)
|
||||
|
||||
WWW: http://search.cpan.org/dist/ex-lib/
|
||||
|
Loading…
Reference in New Issue
Block a user