mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Cookie string generator / parser.
WWW: http://search.cpan.org/dist/Cookie-Baker/
This commit is contained in:
parent
30d3914137
commit
5c3042ae02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332730
@ -837,6 +837,7 @@
|
||||
SUBDIR += p5-ClearSilver
|
||||
SUBDIR += p5-Compress-LeadingBlankSpaces
|
||||
SUBDIR += p5-Continuity
|
||||
SUBDIR += p5-Cookie-Baker
|
||||
SUBDIR += p5-Corona
|
||||
SUBDIR += p5-Dancer
|
||||
SUBDIR += p5-Dancer-Logger-Log4perl
|
||||
|
19
www/p5-Cookie-Baker/Makefile
Normal file
19
www/p5-Cookie-Baker/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Cookie-Baker
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for cookie string generator/parser
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Cookie-Baker/distinfo
Normal file
2
www/p5-Cookie-Baker/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Cookie-Baker-0.02.tar.gz) = f5b8fa5da1e54d0da1189431848f9992feb12380182fe014788fabae83d6fe97
|
||||
SIZE (Cookie-Baker-0.02.tar.gz) = 11390
|
3
www/p5-Cookie-Baker/pkg-descr
Normal file
3
www/p5-Cookie-Baker/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Cookie string generator / parser.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Cookie-Baker/
|
3
www/p5-Cookie-Baker/pkg-plist
Normal file
3
www/p5-Cookie-Baker/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PERL5_MAN3%%/Cookie::Baker.3.gz
|
||||
%%SITE_PERL%%/Cookie/Baker.pm
|
||||
@dirrmtry %%SITE_PERL%%/Cookie
|
Loading…
x
Reference in New Issue
Block a user