summaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt-GMP/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-171-3/+9
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=443757
* Update to 1.6004Sunpoet Po-Chuan Hsieh2017-02-061-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=433486
* Update to 1.6003Sunpoet Po-Chuan Hsieh2017-01-121-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=431308
* - Update to 1.6002Sunpoet Po-Chuan Hsieh2016-12-051-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=427885
* - Update to 1.6001Sunpoet Po-Chuan Hsieh2016-11-261-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=427146
* - Update to 1.6000Sunpoet Po-Chuan Hsieh2016-11-191-10/+4
| | | | | | | | | - Use USES=localbase Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=426497
* - Update to 1.51Sunpoet Po-Chuan Hsieh2016-04-281-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=414207
* 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
* - Update to 1.49Sunpoet Po-Chuan Hsieh2016-01-121-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=405954
* - Update to 1.46Sunpoet Po-Chuan Hsieh2015-12-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=402956
* - Update to 1.45Sunpoet Po-Chuan Hsieh2015-11-111-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=401268
* - Update to 1.44Sunpoet Po-Chuan Hsieh2015-11-041-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=400772
* - Update to 1.43Sunpoet Po-Chuan Hsieh2015-10-041-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=398599
* - Update to 1.40Philippe Audeoud2015-08-201-1/+1
| | | | Notes: svn path=/head/; revision=394881
* - Update to 1.39Sunpoet Po-Chuan Hsieh2015-08-191-2/+4
| | | | | | | | | | - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=394692
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* - Update to 1.38Philippe Audeoud2014-05-211-2/+2
| | | | | | | - New LIB_DEPENDS Notes: svn path=/head/; revision=354721
* Support STAGEDIR.Vanilla I. Shu2013-11-051-5/+2
| | | | Notes: svn path=/head/; revision=332813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-6/+3
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 1.37Sunpoet Po-Chuan Hsieh2011-09-101-5/+7
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Notes: svn path=/head/; revision=281583
* - Really update to 1.36Philippe Audeoud2011-05-171-1/+1
| | | | | | | Notify by: sunpoet@ Notes: svn path=/head/; revision=274215
* - Update to 1.36Philippe Audeoud2011-05-161-0/+3
| | | | | | | | - Add LICENSE - Changelog: http://cpansearch.perl.org/src/PJACKLAM/Math-BigInt-GMP-1.36/CHANGES Notes: svn path=/head/; revision=274198
* - Update to 1.32Wen Heping2010-09-261-2/+1
| | | | Notes: svn path=/head/; revision=261866
* math/p5-Math-BigInt is part of perl core modules since at least 5.6+Baptiste Daroussin2010-09-221-3/+1
| | | | | | | | | | | | the lowest version of perl available in ports is 5.8.9 which embed version 1.89 of Math::BigInt which is the same as the one available in math/p5-Math-BigInt, so remove the useless dependency. Keeping math/p5-Math-BigInt as it evolves alone Bump port revision Notes: svn path=/head/; revision=261620
* - Fix problem build with -lgmpSylvio Cesar Teixeira2010-07-261-0/+5
| | | | | | | | | PR: ports/144406 Submitted by: Kimo <kimor79@yahoo.com> Approved by: wen@ (He is on vacation, I've his permission for commit your PR) Notes: svn path=/head/; revision=258274
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* - 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
* - Update to 1.24Martin Wilke2007-08-051-1/+1
| | | | Notes: svn path=/head/; revision=197154
* - Update to 1.23Martin Wilke2007-07-291-1/+1
| | | | Notes: svn path=/head/; revision=196561
* Update to 1.22Erwin Lansing2007-06-041-1/+1
| | | | Notes: svn path=/head/; revision=192723
* - Update to 1.21Martin Wilke2007-04-181-1/+1
| | | | Notes: svn path=/head/; revision=190274
* Update to 1.20Mathieu Arnold2007-04-101-1/+1
| | | | Notes: svn path=/head/; revision=189679
* Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module thatMaxime Henrion2007-02-101-0/+27
uses the C libgmp library for fast bignum computations. Reviewed by: tobez Notes: svn path=/head/; revision=184781