aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI-Client
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-3/+10
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-10/+3
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Upgrade to 0.08.Jun Kuriyama2011-10-092-3/+3
| | | | Notes: svn path=/head/; revision=283214
* - Upgrade to 0.07.Jun Kuriyama2011-08-312-3/+3
| | | | Notes: svn path=/head/; revision=280845
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275889
* - Upgrade to 0.06.Jun Kuriyama2011-02-262-4/+4
| | | | Notes: svn path=/head/; revision=269745
* - Upgrade to 0.05.Jun Kuriyama2010-09-042-4/+4
| | | | Notes: svn path=/head/; revision=260526
* Client library for fastcgi protocol.Jun Kuriyama2010-04-024-0/+54
WWW: http://search.cpan.org/dist/FCGI-Client/ Notes: svn path=/head/; revision=251994