catalyst prereq

This commit is contained in:
espie 2006-11-04 19:09:24 +00:00
parent 49e7389e21
commit 08efd271f1
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 19:09:24 espie Exp $
COMMENT= "drop-in object-oriented CGI.pm replacement"
VERSION= 0.077
DISTNAME= Cgi-Simple-${VERSION}
PKGNAME= p5-CGI-Simple-${VERSION}
CATEGORIES= www perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Cgi-Simple-0.077.tar.gz) = 5b947fe84b30a2c8ed050550f73b39a9
RMD160 (Cgi-Simple-0.077.tar.gz) = 27704907b86ff74847d6c717d90a54c99580e907
SHA1 (Cgi-Simple-0.077.tar.gz) = a30f1613affe062b8502faa957d9f8f0be1bd254

View File

@ -0,0 +1,5 @@
CGI::Simple provides a relatively lightweight drop-in replacement for CGI.pm.
It shares an identical OO interface to CGI.pm for parameter parsing, file
upload, cookie handling and header generation. This module is entirely object
oriented, however a complete functional interface is available by using the
CGI::Simple::Standard module.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 19:09:24 espie Exp $
${P5SITE}/CGI/
${P5SITE}/CGI/Simple/
${P5SITE}/CGI/Simple.pm
${P5SITE}/CGI/Simple/Cookie.pm
${P5SITE}/CGI/Simple/Standard.pm
${P5SITE}/CGI/Simple/Util.pm
@man man/man3p/CGI::Simple.3p
@man man/man3p/CGI::Simple::Cookie.3p
@man man/man3p/CGI::Simple::Standard.3p
@man man/man3p/CGI::Simple::Util.3p