Skip to content

Commit

Permalink
www/p5-FCGI-Client: Update to 0.09
Browse files Browse the repository at this point in the history
Add LICENSE
Update DEPENDS
PR:		257823
Reported by:	svysh.fbsd@gmail.com
  • Loading branch information
wenheping committed Oct 7, 2021
1 parent 48c2352 commit 9cc0ad9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
15 changes: 9 additions & 6 deletions www/p5-FCGI-Client/Makefile
@@ -1,6 +1,5 @@
PORTNAME= FCGI-Client
PORTVERSION= 0.08
PORTREVISION= 1
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
Expand All @@ -9,12 +8,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for fastcgi protocol client library

LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/README.md

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Any-Moose>=0.1:devel/p5-Any-Moose \
p5-Try-Tiny>0:lang/p5-Try-Tiny
RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \
p5-Try-Tiny>0:lang/p5-Try-Tiny \
p5-Type-Tiny>0:devel/p5-Type-Tiny

USES= perl5
USE_PERL5= configure
USE_PERL5= modbuildtiny

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions www/p5-FCGI-Client/distinfo
@@ -1,2 +1,3 @@
SHA256 (FCGI-Client-0.08.tar.gz) = 0a6f710135ff44abd2ef1948fa8a24c4a9e99d071a750332d52aac08bd7570e7
SIZE (FCGI-Client-0.08.tar.gz) = 29386
TIMESTAMP = 1633590875
SHA256 (FCGI-Client-0.09.tar.gz) = d537cb09ce5aab3f447a6bb4415e46cc06efe01611cd56289b5582bdb46221e8
SIZE (FCGI-Client-0.09.tar.gz) = 19488

0 comments on commit 9cc0ad9

Please sign in to comment.