aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Twofish/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2018-02-041-1/+1
| | | | Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Support STAGEDIR.vanilla2013-11-061-3/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 2.17.tobez2013-05-221-1/+1
| | | | Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes
* - Update to 2.16culot2013-04-281-1/+1
| | | | Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes
* - Update to 2.15culot2012-09-261-6/+5
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes
* - Update to 2.14wen2010-05-101-1/+1
|
* - update to 2.13leeym2009-05-131-5/+1
|
* Reassign my p5-* ports to perl@ so more than one personerwin2009-01-301-1/+1
| | | | can look at them.
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-7/+5
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* Change to my FreeBSD.org addresserwin2003-06-131-1/+1
|
* Clean up Makefile:nork2003-04-011-10/+3
| | | | | | | | | | o remove SITE_PERL o remove MANPREFIX o use PERL_LEVEL to determine perl version o give maintainership PR: ports/50490 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.knu2003-02-211-0/+1
|
* Remove RESTRICTED tag for crypto stuff.nork2003-02-181-2/+0
| | | | Pointed out by: kris
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* Only use File-Spec if perl < 5.8.alane2002-10-301-3/+12
| | | | PR: 44724
* p5-Crypt-Twofish needs newer File::Spec (than perl 5.00503's one)nork2002-09-241-0/+4
| | | | | | | for building. Submitted by: bento Approved by: knu (mentor)
* Update to 2.12nork2002-09-211-5/+5
| | | | | | PR: ports/42619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: knu (mentor)
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
|
* Add p5-Crypt-Twofish 1.0, perl module implementing the Twofish cipher.will2001-01-041-0/+24