summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-241-5/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.Jun Kuriyama2003-06-191-1/+1
| | | | | | | Submitted by: Jeremy Prior <jez@netcraft.com> Notes: svn path=/head/; revision=83307
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Simplify decection of File::Spec to avoid INDEX generation breakage.Jun Kuriyama2003-01-231-3/+1
| | | | | | | | | | You shoud check to be installed latest perl5 port (5.x) or latest File::Spec module (4.x). Reviewed by: kris Notes: svn path=/head/; revision=73837
* Generate correct *_DEPENDS line for File::Spec 0.82 on 4.x and 5.x.Jun Kuriyama2003-01-131-10/+9
| | | | | | | | Seach File::Spec module by using "perl -MFile::Spec" and switching by evaluating $File::Spec::VERSION which actually loaded. Notes: svn path=/head/; revision=73027
* Upgrade to 2.6 (with typo fix patch).Jun Kuriyama2002-10-213-6/+9
| | | | Notes: svn path=/head/; revision=68475
* Add a patch to fix debug message indent bug (cosmetic).Jun Kuriyama2002-05-202-3/+17
| | | | | | | | | | | | Depends on File::Spec only if required. For latest -current, perl5 port is installed on $PREFIX and this conflicts with p5-File-Spec port's manpages. I use "5.6.1" literally in .if exists() check because bsd.port.pre.mk does not define $PREL_VERSION. Notes: svn path=/head/; revision=59563
* Upgrade to 2.5.Jun Kuriyama2002-02-193-3/+21
| | | | | | | Pointed out by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Notes: svn path=/head/; revision=54909
* Upgrade to 2.4.Jun Kuriyama2001-11-282-2/+2
| | | | | | | | PR: ports/32347 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Notes: svn path=/head/; revision=50692
* Upgrade to 2.3.Jun Kuriyama2001-07-053-3/+3
| | | | | | | | Submitted by: Pete Fritchman <petef@databits.net> PR: ports/28710 Notes: svn path=/head/; revision=44795
* Use $PERL_CONFIGURE.Jun Kuriyama2001-01-081-5/+1
| | | | Notes: svn path=/head/; revision=36930
* Upgrade to 2.2.Jun Kuriyama2000-12-272-2/+2
| | | | Notes: svn path=/head/; revision=36395
* Fix typo in @unexec rmdir line.Jun Kuriyama2000-10-311-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34482
* Perl module to use HTML Templates from CGI scripts.Jun Kuriyama2000-10-275-0/+37
Notes: svn path=/head/; revision=34279