summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 1.99Philippe Audeoud2009-06-081-1/+1
| | | | Notes: svn path=/head/; revision=235435
* - update to 1.98Yen-Ming Lee2008-07-281-16/+20
| | | | | | | - add WWW in pkg-descr Notes: svn path=/head/; revision=217793
* - 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.58Cheng-Lung Sung2007-03-241-1/+1
| | | | Notes: svn path=/head/; revision=188159
* Reset mharo due to maintainer-timeouts and no response to PRs.Mark Linimon2007-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=188084
* - remove IGNORE on old perlYen-Ming Lee2005-12-301-7/+1
| | | | Notes: svn path=/head/; revision=152446
* Updated from v1.50 to v1.57Aaron Dalton2005-12-151-9/+23
| | | | | | | Approved by: tobez, maintainer timeout Notes: svn path=/head/; revision=151264
* - Update to 1.50Michael Haro2003-12-171-16/+15
| | | | | | | | | | - Use SITE_PERL macro to keep portlint happy PR: 59860 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=96014
* utilize SITE_PERLYing-Chieh Liao2003-10-241-2/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-221-2/+0
| | | | | | | Approved by: kris (implicitly) Notes: svn path=/head/; revision=76164
* Update to 1.48 and add missing dependencyMichael Haro2002-02-261-2/+3
| | | | | | | | PR: 34978, 35122 Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=55258
* Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-keyMichael Haro2001-09-121-0/+44
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Notes: svn path=/head/; revision=47727