aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Webmail-Gmail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-051-3/+0
| | | | Notes: svn path=/head/; revision=332803
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - 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-3/+3
| | | | | | | - Reassign maintainership from ports@ to perl@ Notes: svn path=/head/; revision=298336
* 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
* - Reset farrokhi@freebsd.org due to long period of inactivity.Martin Wilke2009-03-091-1/+1
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=229780
* - 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-8/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Change my email address to farrokhi@ in all ports that I maintain.Babak Farrokhi2006-11-081-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=176802
* - Update to 1.09Cheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | PR: ports/101821 Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> Approved by: maintainer (Babak Farrokhi) Notes: svn path=/head/; revision=170516
* - update to 1.08Cheng-Lung Sung2006-05-101-1/+1
| | | | | | | | PR: 97103 Submitted by: maintainer (Babak Farrokhi) Notes: svn path=/head/; revision=162035
* - Update to 1.07Marcus Alves Grando2006-04-141-1/+1
| | | | | | | | PR: 95662 Submitted by: maintainer Notes: svn path=/head/; revision=159487
* - Update to 1.05Marcus Alves Grando2006-03-241-2/+2
| | | | | | | | | | - Take MAINTAINER PR: 94859 Submitted by: Babak Farrokhi <babak@farrokhi.net> Notes: svn path=/head/; revision=158039
* - update to p5-Mail-Webmail-Gmail-1.04Yen-Ming Lee2005-07-131-2/+3
| | | | | | | - unbreak this port for perl-5.6.0 or below Notes: svn path=/head/; revision=139115
* Update to 1.03.1Erwin Lansing2005-05-161-1/+1
| | | | Notes: svn path=/head/; revision=135351
* - update to 1.02Cheng-Lung Sung2005-04-141-1/+1
| | | | | | | | | - from Changes - Google updated login procedure. Updated Mail::Webmail::Gmail to match. Notes: svn path=/head/; revision=133297
* Update to 1.01Lars Thegler2005-03-101-1/+1
| | | | Notes: svn path=/head/; revision=130794
* - Update to 1.00Cheng-Lung Sung2004-10-121-1/+1
| | | | | | | | | | | | | | | - Fixed some errors in the documentation. - Fixed an error where large message bodies were not returned properly. - Updated documentation with new test scripts. - Added the ability to delete messages. PR: ports/71977 Submitted by: clsung Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119021
* [PATCH] mail/p5-Mail-Webmail-Gmail: add IGNORE for perl verion < 5.6Edwin Groothuis2004-08-161-1/+7
| | | | | | | | | | - perl5.00503 does not build... PR: ports/70537 Submitted by: Cheng-Lung Sung <clsung@tw.freebsd.org> Notes: svn path=/head/; revision=116400
* - Update to 0.09Vanilla I. Shu2004-08-151-1/+1
| | | | | | | | PR: ports/70396 Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd dot org> Notes: svn path=/head/; revision=116285
* - Update to 0.08Vanilla I. Shu2004-08-081-1/+1
| | | | | | | | | | | | = From Change = - Updated the logon process after Google updated it. - some funtions didnt return undef properly in list context, fixed. PR: ports/70154 Submitted by: maintainer Notes: svn path=/head/; revision=115670
* Add p5-Mail-Webmail-Gmail 0.07, perl interface to Google webmailVanilla I. Shu2004-07-251-0/+26
service. PR: ports/69567 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=114658