reimport in the correct location
This commit is contained in:
parent
662eec80c1
commit
64aefb01a1
23
www/p5-CGI-Cookie-Spliter/Makefile
Normal file
23
www/p5-CGI-Cookie-Spliter/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/11 18:15:42 espie Exp $
|
||||
|
||||
COMMENT= "splits big cookies into small pieces"
|
||||
|
||||
DISTNAME= CGI-Cookie-Splitter-0.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
PKG_ARCH= *
|
||||
|
||||
RUN_DEPENDS= ::www/p5-CGI-Simple
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/p5-CGI-Cookie-Spliter/distinfo
Normal file
4
www/p5-CGI-Cookie-Spliter/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (CGI-Cookie-Splitter-0.01.tar.gz) = 220caea7b6760e1219b9e4d946b62d01
|
||||
RMD160 (CGI-Cookie-Splitter-0.01.tar.gz) = a4af717e73e8c60624717d2507b3c7ac3a02dea9
|
||||
SHA1 (CGI-Cookie-Splitter-0.01.tar.gz) = 6196aeb8c2511664465aeba82818b26372c5041d
|
||||
SIZE (CGI-Cookie-Splitter-0.01.tar.gz) = 4838
|
5
www/p5-CGI-Cookie-Spliter/pkg/DESCR
Normal file
5
www/p5-CGI-Cookie-Spliter/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Clients are not required to accept cookies larger than 4K.
|
||||
CGI::Cookie::Splitter builds upon CGI::Simple, and gives an
|
||||
interface to split big cookie objects into smaller cookies
|
||||
for storage on the client side, together with functions to
|
||||
reassemble them later.
|
4
www/p5-CGI-Cookie-Spliter/pkg/PLIST
Normal file
4
www/p5-CGI-Cookie-Spliter/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/11 18:15:42 espie Exp $
|
||||
${P5SITE}/CGI/Cookie/
|
||||
${P5SITE}/CGI/Cookie/Splitter.pm
|
||||
@man man/man3p/CGI::Cookie::Splitter.3p
|
Loading…
Reference in New Issue
Block a user