mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Update to 0.007017
- Remove MASTER_SITE_SUBDIR - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Deferred/Changes
This commit is contained in:
parent
c327110a94
commit
c4f0ca378b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435042
@ -2,20 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer2-Plugin-Deferred
|
||||
PORTVERSION= 0.007015
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.007017
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DELUXARAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Dancer2 plugin to defer messages or data across redirections
|
||||
|
||||
BUILD_DEPENDS= p5-Dancer2>=0:www/p5-Dancer2 \
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \
|
||||
p5-URI>=0:net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \
|
||||
p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
||||
p5-Plack>=0:www/p5-Plack
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Dancer2-Plugin-Deferred-0.007015.tar.gz) = c13c1fd2f8e3fce82a6b4384ff4b8589df86a2407c1c8a333ea5911fcbc90d8a
|
||||
SIZE (Dancer2-Plugin-Deferred-0.007015.tar.gz) = 73895
|
||||
TIMESTAMP = 1488262715
|
||||
SHA256 (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 26a79aaeb7ea5bee460ed3e8700268bcd7aef3bd72367f34743efe6fc75c0c0b
|
||||
SIZE (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 17076
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%SITE_PERL%%/Dancer2/Plugin/Deferred.pm
|
||||
%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz
|
||||
@comment Don't package these:
|
||||
@comment %%SITE_PERL%%/Dancer2/Plugin/README.pod
|
||||
%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user