diff options
author | abs <abs@pkgsrc.org> | 2001-07-06 14:37:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-07-06 14:37:13 +0000 |
commit | 83757d3cc34e71bc41346340595054841641d230 (patch) | |
tree | 6da24bd81ed06c6a2939b073241bd4a48312f8a0 /www/p5-CGI-Minimal/Makefile | |
parent | 1ff0b9a2ccb95e2b0bad52a5859236d6be304269 (diff) | |
download | pkgsrc-83757d3cc34e71bc41346340595054841641d230.tar.gz |
Import CGI-Minimal-1.06
CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_
functions needed for CGI such as form decoding (including file upload forms),
URL encoding and decoding, HTTP usable date generation (RFC1123 compliant
dates) and _basic_ escaping and unescaping of HTMLized text.
Diffstat (limited to 'www/p5-CGI-Minimal/Makefile')
-rw-r--r-- | www/p5-CGI-Minimal/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/p5-CGI-Minimal/Makefile b/www/p5-CGI-Minimal/Makefile new file mode 100644 index 00000000000..57caed0bbc1 --- /dev/null +++ b/www/p5-CGI-Minimal/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/06 14:37:13 abs Exp $ + +DISTNAME= CGI-Minimal-1.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= norm@sandbox.org.uk +COMMENT= perl5 module for simple CGI scripts + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/Minimal/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |