aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Net-Amazon-AWIS/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-11-091-0/+1
| | | | Notes: svn path=/head/; revision=401154
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-4/+5
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* 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 STAGEDIRAndrej Zverev2013-11-031-3/+3
| | | | | | | - add LICENSE (where it possible) Notes: svn path=/head/; revision=332617
* 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
* - 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
* - Update to 0.36Martin Wilke2008-12-061-1/+1
| | | | Notes: svn path=/head/; revision=223881
* - update to 0.35Yen-Ming Lee2008-10-061-8/+9
| | | | Notes: svn path=/head/; revision=221282
* - Update to 0.34Martin Wilke2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219906
* - Update to 0.33Martin Wilke2008-02-041-2/+2
| | | | | | | | | | - Pass maintainership to perl@ PR: 120000 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=206701
* Add p5-Net-Amazon-AWIS 0.32, use the Amazon Alexa Web InformationCheng-Lung Sung2007-05-041-0/+29
Service. PR: ports/112341 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=191521