mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to staging
- Kill patching that was needed before perl 5.6. Sponsored by: Absolight
This commit is contained in:
parent
9733ff170a
commit
b8bac4a3c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340898
@ -16,13 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure patch
|
||||
|
||||
MAN3= Text::FixedLength::Extra.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
|
||||
-e '$$_="" if /require 5/;' \
|
||||
-e '$$_="" if /use warnings/;' \
|
||||
${WRKSRC}/Extra.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Text::FixedLength::Extra.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FixedLength/Extra/.packlist
|
||||
%%SITE_PERL%%/Text/FixedLength/Extra.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FixedLength/Extra
|
||||
|
Loading…
Reference in New Issue
Block a user