mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Update to 0.0932
- Add LICENSE - Align PERL_LEVEL check to stable Perl releases (lang/perl5.*) Changes: http://search.cpan.org/dist/Archive-Any/Changes
This commit is contained in:
parent
fc52f474a7
commit
cd6c68b7d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300864
3 changed files with 14 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Archive-Any
|
PORTNAME= Archive-Any
|
||||||
PORTVERSION= 0.09.3
|
PORTVERSION= 0.09.32
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= archivers perl5
|
CATEGORIES= archivers perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -16,22 +15,26 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Single interface to deal with file archives
|
COMMENT= Single interface to deal with file archives
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Archive-Zip>=1.07:${PORTSDIR}/archivers/p5-Archive-Zip \
|
BUILD_DEPENDS= p5-Archive-Zip>=1.07:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||||
p5-File-MMagic>=1.27:${PORTSDIR}/devel/p5-File-MMagic \
|
p5-File-MMagic>=1.27:${PORTSDIR}/devel/p5-File-MMagic \
|
||||||
p5-MIME-Types>=1.16:${PORTSDIR}/mail/p5-MIME-Types \
|
p5-MIME-Types>=1.16:${PORTSDIR}/mail/p5-MIME-Types \
|
||||||
p5-Module-Find>=0.05:${PORTSDIR}/devel/p5-Module-Find
|
p5-Module-Find>=0.05:${PORTSDIR}/devel/p5-Module-Find
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
|
TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
|
||||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
|
MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
|
||||||
Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
|
Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500903
|
.if ${PERL_LEVEL} < 501000
|
||||||
|
BUILD_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
|
||||||
RUN_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
|
RUN_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Archive-Any-0.093.tar.gz) = e59c70802c0d9ca524353bb0fdb34d4d4082e1f118ba2c05e9d04db38b7fc6c3
|
SHA256 (Archive-Any-0.0932.tar.gz) = a531b779e109ff0dec221d0e71bb35fc393f5d39e321839c1d565879a3dd9df1
|
||||||
SIZE (Archive-Any-0.093.tar.gz) = 18395
|
SIZE (Archive-Any-0.0932.tar.gz) = 17916
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
%%SITE_PERL%%/Archive/Any/Plugin.pm
|
%%SITE_PERL%%/Archive/Any/Plugin.pm
|
||||||
%%SITE_PERL%%/Archive/Any/Plugin/Tar.pm
|
%%SITE_PERL%%/Archive/Any/Plugin/Tar.pm
|
||||||
%%SITE_PERL%%/Archive/Any/Plugin/Zip.pm
|
%%SITE_PERL%%/Archive/Any/Plugin/Zip.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
|
||||||
@dirrmtry %%SITE_PERL%%/Archive/Any/Plugin
|
@dirrmtry %%SITE_PERL%%/Archive/Any/Plugin
|
||||||
@dirrmtry %%SITE_PERL%%/Archive/Any
|
@dirrmtry %%SITE_PERL%%/Archive/Any
|
||||||
@dirrmtry %%SITE_PERL%%/Archive
|
@dirrmtry %%SITE_PERL%%/Archive
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
|
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue