aboutsummaryrefslogtreecommitdiff
path: root/www/p5-REST-Google-Apps-Provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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
* Remove backslashes from single- and double-quotes in COMMENT and _DESCAdam Weinberger2014-07-231-1/+1
| | | | | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports) Notes: svn path=/head/; revision=362615
* - support STAGEDIRAndrej Zverev2013-11-042-3/+1
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=332678
* 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-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - 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
* - Update to 1.1.10Frederic Culot2012-03-142-3/+6
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/REST-Google-Apps-Provisioning/Changes Feature safe: yes Notes: svn path=/head/; revision=293278
* - 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
* - update to 1.1.9Yen-Ming Lee2011-02-202-7/+7
| | | | | | | | | | | | 1.1.9 * Fri Jan 07 2011 Scott Schneider <sschneid@gmail.com> - createGroup support for 'description' and 'permission' options - Bug fixes: - passwordHashFunction parameter syntax fix - getUserNicknames should not assume multiple nicknames Notes: svn path=/head/; revision=269406
* - Update to 1.1.8-1Sunpoet Po-Chuan Hsieh2010-11-182-5/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/REST-Google-Apps-Provisioning/Changes PR: ports/152322 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=264731
* - 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
* Update to 1.1.6.Anton Berezin2009-10-062-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/REST-Google-Apps-Provisioning/Changes Notes: svn path=/head/; revision=242509
* Update to 1.1.5.Anton Berezin2009-09-172-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/REST-Google-Apps-Provisioning/Changes Feature safe: yes Notes: svn path=/head/; revision=241619
* Update to 1.1.4.Anton Berezin2009-09-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/REST-Google-Apps-Provisioning/Changes Notes: svn path=/head/; revision=241420
* - Update to 1.1.3Andrej Zverev2009-09-092-5/+5
| | | | | | | | | | - Drop maintainership to perl@ PR: ports/138648 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=241074
* p5-REST-Google-Apps-Provisioning is a perl library to Google's RESTful Apps APISteven Kreuzer2009-08-074-0/+43
PR: ports/137476 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=239104