aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* security/p5-Mcrypt: strip Mcrypt.so upon installationJohn Marino2015-01-201-1/+4
| | | | | | | | PR: 196416 Submitted by: maintainer (Tatsuki Makino) Notes: svn path=/head/; revision=377537
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Drop .la files for security/libmcrypt, no dependees require themDmitry Marakasov2014-09-171-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=368406
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - add licenseMathieu Arnold2014-01-252-3/+13
| | | | | | | | | | - Support stage PR: ports/186069 Submitted by: Tatsuki Makino Notes: svn path=/head/; revision=341049
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-09-092-10/+7
| | | | | | | | | | | | - While I'm here: - Convert to new LIB_DEPENDS format - Convert to new perl5 framework PR: ports/177681 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=326830
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-202-2/+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=275887
* - 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
* The Mcrypt modules provides and simple and inuitive perl abstraction of theGabor Kovesdan2009-02-044-0/+41
libmcrypt cryptography library. It provide mechanisms for encoding and decoding perl scalars. WWW: http://search.cpan.org/dist/Mcrypt/ PR: ports/131051 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Notes: svn path=/head/; revision=227609