aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-WebTest
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Stage supportMartin Wilke2014-01-292-23/+27
| | | | Notes: svn path=/head/; revision=341705
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325960
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-3/+3
| | | | | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email) Notes: svn path=/head/; revision=298076
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove unneeded dependencies which is in perl-5.8.9 dist from portsJun Kuriyama2010-01-161-2/+1
| | | | | | | | | | | maintained by (perl|ports|kuriyama)@FreeBSD.org. - Targets are: Test::Simple, Digest::MD5, Locale-Maketext, ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long, Encode, Digest, Pod::Parser, File::Spec. Notes: svn path=/head/; revision=247977
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-13/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-7/+7
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Change dependency on Test::Builder::Tester to Test-Simple.Jun Kuriyama2005-10-291-3/+2
| | | | Notes: svn path=/head/; revision=146672
* o Upgrade to 2.04 (PR).Jun Kuriyama2004-02-203-17/+26
| | | | | | | | | | o Remove dependency for perl-5.8. PR: ports/63126 Submitted by: Alex Kapranoff <kappa@agava.com> Notes: svn path=/head/; revision=101498
* Add dependency on p5-Test-MockObject.Jun Kuriyama2003-07-161-0/+2
| | | | Notes: svn path=/head/; revision=84971
* Update to 2.03.Jun Kuriyama2003-07-162-2/+2
| | | | Notes: svn path=/head/; revision=84953
* Upgrade to 2.02.Jun Kuriyama2003-07-022-2/+2
| | | | Notes: svn path=/head/; revision=84021
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Add p5-HTTP-WebTest 2.00, tests remote URLs or local web files.Jun Kuriyama2003-01-125-0/+96
Notes: svn path=/head/; revision=72955