summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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