mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
The same as lib, but makes relative path absolute
WWW: http://search.cpan.org/dist/lib-abs/ PR: ports/136960 Submitted by: Mons Anderson <mons at cpan.org>
This commit is contained in:
parent
b50e7cf6b0
commit
98de02e03d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238479
@ -2056,6 +2056,7 @@
|
||||
SUBDIR += p5-forks
|
||||
SUBDIR += p5-github_creator
|
||||
SUBDIR += p5-iCal-Parser
|
||||
SUBDIR += p5-lib-abs
|
||||
SUBDIR += p5-libalarm
|
||||
SUBDIR += p5-local-lib
|
||||
SUBDIR += p5-mixin
|
||||
|
28
devel/p5-lib-abs/Makefile
Normal file
28
devel/p5-lib-abs/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-lib-abs
|
||||
# Date created: 2009-07-21
|
||||
# Whom: Mons Anderson <mons@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lib-abs
|
||||
PORTVERSION= 0.90
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mons@cpan.org
|
||||
COMMENT= Relative use lib in absolute way
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= lib::abs.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>
|
3
devel/p5-lib-abs/distinfo
Normal file
3
devel/p5-lib-abs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lib-abs-0.90.tar.gz) = 59f07d0372a9d9e3e355f186e8e09602
|
||||
SHA256 (lib-abs-0.90.tar.gz) = ff34ca2ee1c675e2a1547aafe8794025f99dba76b846e41cc70cd3be7534b91f
|
||||
SIZE (lib-abs-0.90.tar.gz) = 36960
|
3
devel/p5-lib-abs/pkg-descr
Normal file
3
devel/p5-lib-abs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The same as lib, but makes relative path absolute
|
||||
|
||||
WWW: http://search.cpan.org/dist/lib-abs/
|
6
devel/p5-lib-abs/pkg-plist
Normal file
6
devel/p5-lib-abs/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/lib/abs.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/lib/abs/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/lib/abs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/lib
|
||||
@dirrmtry %%SITE_PERL%%/lib
|
Loading…
Reference in New Issue
Block a user