aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Search-MSN
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.0202Sunpoet Po-Chuan Hsieh2016-01-122-3/+4
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/WWW-Search-MSN/Changes Notes: svn path=/head/; revision=405971
* - Update to 0.0201Sunpoet Po-Chuan Hsieh2015-06-013-5/+5
| | | | | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/WWW-Search-MSN/Changes Notes: svn path=/head/; revision=388262
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* - Update to 0.0200Philippe Audeoud2014-06-192-3/+5
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=358391
* Support STAGEDIR.Vanilla I. Shu2013-11-072-4/+2
| | | | Notes: svn path=/head/; revision=333137
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2
| | | | Notes: svn path=/head/; revision=298342
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-11/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 0.0106Mathieu Arnold2009-04-072-4/+4
| | | | Notes: svn path=/head/; revision=231820
* - Update to 0.0105Martin Wilke2008-12-062-4/+4
| | | | Notes: svn path=/head/; revision=223882
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.0104Cheng-Lung Sung2006-12-142-5/+5
| | | | | | | | | | - Move to perl@FreeBSD.org PR: ports/106525 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=179705
* - update to 0.0103Cheng-Lung Sung2006-08-082-4/+4
| | | | | | | | | PR: ports/101627 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170060
* Add p5-WWW-Search-MSN 0.0102, backend for searching search.msn.com.Cheng-Lung Sung2006-07-154-0/+55
PR: ports/100246 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167883