Date: Mon, 1 Sep 2008 10:21:54 +0000 (UTC) From: Jeremy Chadwick <koitsu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Markup-Perl Makefile distinfo pkg-descr pkg-plist Message-ID: <200809011021.m81ALsOr024563@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
koitsu 2008-09-01 10:21:54 UTC
FreeBSD ports repository
Added files:
www/p5-Markup-Perl Makefile distinfo pkg-descr pkg-plist
Log:
This perl module allows the embedding of perl code within CGI scripts
using simple tags, <perl> and </perl>, to begin and end perl parsing.
Once the perl module is included via "use", all text gets output to
stdout except for code within the above tags.
Despite what's in the CPAN README, this module does not require
Filter::Simple, only CGI.pm.
WWW: http://search.cpan.org/~mmathews/Markup-Perl/
Tindy testing by: itetcu
Revision Changes Path
1.1 +26 -0 ports/www/p5-Markup-Perl/Makefile (new)
1.1 +3 -0 ports/www/p5-Markup-Perl/distinfo (new)
1.1 +9 -0 ports/www/p5-Markup-Perl/pkg-descr (new)
1.1 +6 -0 ports/www/p5-Markup-Perl/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809011021.m81ALsOr024563>
