mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add LICENSE
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Plack-Middleware-Expires/Changes
This commit is contained in:
parent
dd74268dea
commit
c5fc4a01b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360528
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Plack-Middleware-Expires
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,11 +10,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl module mod_expires for Plack
|
||||
|
||||
RUN_DEPENDS= p5-Plack>=0.9937:${PORTSDIR}/www/p5-Plack \
|
||||
p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
|
||||
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-Plack>=0.9937:${PORTSDIR}/www/p5-Plack \
|
||||
p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Plack-Middleware-Expires-0.03.tar.gz) = cede38e91339cc0fc8d6188a0bd1f4f5d0dccf76c7f92047981461c9e9488545
|
||||
SIZE (Plack-Middleware-Expires-0.03.tar.gz) = 26665
|
||||
SHA256 (Plack-Middleware-Expires-0.05.tar.gz) = 0d7843ae5aa0d830af4cc8c2d20103e5e8270f717771cdc9f8c3a79c83d4323f
|
||||
SIZE (Plack-Middleware-Expires-0.05.tar.gz) = 11671
|
||||
|
@ -1,8 +1,4 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Expires/.packlist
|
||||
%%SITE_PERL%%/Plack/Middleware/Expires.pm
|
||||
%%PERL5_MAN3%%/Plack::Middleware::Expires.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Middleware
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Expires
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack
|
||||
|
Loading…
Reference in New Issue
Block a user