aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH-Perl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+1
| | | | | | | | | (part 9). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248631
* - Remove unneeded dependencies which is in perl-5.8.9 dist from portsJun Kuriyama2010-01-161-3/+2
| | | | | | | | | | | maintained by (perl|ports|kuriyama)@FreeBSD.org. - Targets are: Test::Simple, Digest::MD5, Locale-Maketext, ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long, Encode, Digest, Pod::Parser, File::Spec. Notes: svn path=/head/; revision=247977
* Update to 1.34Erwin Lansing2009-02-051-2/+1
| | | | Notes: svn path=/head/; revision=227682
* Fix plist with perl 5.8.9.Anton Berezin2009-01-141-0/+2
| | | | | | | Approved by: portmgr (pav, implicit) Notes: svn path=/head/; revision=226085
* Update to 1.33Erwin Lansing2008-10-281-2/+3
| | | | Notes: svn path=/head/; revision=222170
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Use ${SITE_PERL}/${PERL_ARCH} instead of ${SITE_PERL_ARCH} which wasn'tMaxime Henrion2007-02-101-1/+1
| | | | | | | defined to really fix the dependency on p5-Math-BigInt-GMP. Notes: svn path=/head/; revision=184787
* Correct path to the p5-Math-BigInt-GMP port.Maxime Henrion2007-02-101-1/+1
| | | | Notes: svn path=/head/; revision=184786
* Add an OPTIONS to optionally depend on p5-Math-BigInt-GMP, defaultingMaxime Henrion2007-02-101-0/+9
| | | | | | | | | | | | to on, and bump PORTREVISION. The rationale for this is that using the Net::SSH::Perl module without the optimized Math::BigInt::GMP backend for bignum computations is very slow (for instance, just logging to a box takes ~15s eating all the CPU on a fast Core 2 Duo laptop). Reviewed by: tobez Notes: svn path=/head/; revision=184782
* Update to 1.30.Anton Berezin2006-03-271-1/+1
| | | | Notes: svn path=/head/; revision=158254
* - updated from v1.27 to v1.29Aaron Dalton2005-12-121-61/+55
| | | | | | | | | | | - removed interactivity PR: 87716 Submitted by: Christian Lackas Approved by: tobez Notes: svn path=/head/; revision=151066
* Change MAINTAINERship to perl@.Norikatsu Shigemura2005-11-041-1/+1
| | | | Notes: svn path=/head/; revision=147243
* Drop maintainerJesper Skriver2005-11-041-1/+1
| | | | Notes: svn path=/head/; revision=147237
* Another attempt at makeing the package builder happyJesper Skriver2005-05-041-0/+6
| | | | Notes: svn path=/head/; revision=134623
* Upgrade to 1.27 and fix package buildJesper Skriver2005-05-011-3/+1
| | | | Notes: svn path=/head/; revision=134459
* Add MANUAL_PACKAGE_BUILD because (previous revision notwithstanding)Kris Kennaway2004-12-141-0/+1
| | | | | | | | the port is still looping infinitely prompting for input during the package build. Notes: svn path=/head/; revision=123986
* - remove unnecessary FETCH_DEPENDSJesper Skriver2004-12-051-50/+54
| | | | | | | | | | | | | | | | | | - remove unnecessary variable PERL_BASE - dependency on devel/p5-IO only if Perl < 5.6.x - add a missing man page (Net::SSH::Perl::Config.3) and a missing file (%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH/Perl/.packlist) - sort MAN3 in Makefile - add a patch that suppresses the prompts in the Perl configure script and always selects all modules for installation (This should hopefully fix the package build on the cluster, so remove NO_PACKAGE as well.) PR: 70847 Submitted by: Stefan Walter Notes: svn path=/head/; revision=123222
* 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
* Mark NO_PACKAGE: something causes the package builds to go haywire andKris Kennaway2003-01-121-0/+2
| | | | | | | spit out an infinite amount of text (this is bad for disk space) Notes: svn path=/head/; revision=72965
* Add missing dependencies.Edwin Groothuis2002-11-181-0/+2
| | | | | | | | | Noticed by: bento Submitted by: The `stop the 260Mb bento logfiles' movement Notes: svn path=/head/; revision=70339
* Initial import of Net-SSH-Perl 1.23Kevin Lo2002-03-171-0/+73
This is the Perl5 module implements both the SSH1 and SSH2 protocols. PR: 35923 Submitted by: jesper Notes: svn path=/head/; revision=56253