aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.8/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update for Perl 5.6.1.Mark Murray2001-04-101-52/+65
| | | | | | | | | | As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2. Notes: svn path=/head/; revision=41222
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-221-50/+66
| | | | | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry! Notes: svn path=/head/; revision=40213
* Some style fixes in the lang category (usual round of spaces -> tabs)Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37980
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Typo (PORTVESION -> PORTVERSION).Satoshi Asami2000-04-131-1/+1
| | | | Notes: svn path=/head/; revision=27496
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Use FORBIDDEN to indicate that this port shouldn't be built under any (some)Satoshi Asami1999-03-291-2/+2
| | | | | | | | circumstances. This is different from BROKEN, which merely means we think it is broken. Notes: svn path=/head/; revision=17429
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-4/+5
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Perl 5 is in the system. Mark this port broken for 3.0 for that reason.Mark Murray1998-10-121-1/+6
| | | | | | | | | | (Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger Notes: svn path=/head/; revision=13894
* Upgrade to perl 5.005_02. This will have virtually no impact on ports thatMark Murray1998-08-151-5/+5
| | | | | | | have been converted to the new scheme. Notes: svn path=/head/; revision=12530
* Update to Perl 5.005_01.Mark Murray1998-08-061-39/+54
| | | | Notes: svn path=/head/; revision=12295
* Run h2ph as part of post-install target. Note this doesn't get a completeSteve Price1998-02-151-1/+2
| | | | | | | | | | list of header files but does get enough that when perl needs more header files that it will hint to use h2ph. PR: 5738 Notes: svn path=/head/; revision=9741
* Upgrade to 5.004_04. Maintenance upgrade.Mark Murray1997-11-121-7/+7
| | | | Notes: svn path=/head/; revision=8592
* Add perl5 as an alias for the binary.David E. O'Brien1997-10-061-1/+2
| | | | | | | OKed by: Satoshi Notes: svn path=/head/; revision=8137
* Corrent package name.Mark Murray1997-07-181-2/+2
| | | | | | | Pointed out by: Satoshi Notes: svn path=/head/; revision=7368
* Update to perl-5.004_01Mark Murray1997-07-171-13/+14
| | | | Notes: svn path=/head/; revision=7361
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-231-37/+42
| | | | Notes: svn path=/head/; revision=6541
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1996-12-111-9/+3
| | | | Notes: svn path=/head/; revision=4924
* Remove GDBM_File.3, it won't be built if gdbm isn't already installed.Satoshi Asami1996-12-101-2/+2
| | | | | | | Reported by: markm Notes: svn path=/head/; revision=4913
* Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.Satoshi Asami1996-12-071-2/+26
| | | | Notes: svn path=/head/; revision=4873
* Add missing manpage (perl.1).Satoshi Asami1996-11-261-2/+2
| | | | Notes: svn path=/head/; revision=4691
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-9/+7
| | | | Notes: svn path=/head/; revision=4533
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Update to perl5.003Mark Murray1996-07-131-6/+15
| | | | Notes: svn path=/head/; revision=3387
* A little reformatting. Also conditionalize man page compression onSatoshi Asami1996-03-181-5/+8
| | | | | | | NOMANCOMPRESS. Notes: svn path=/head/; revision=2849
* Update to Perl 5.002.Mark Murray1996-03-161-6/+7
| | | | Notes: svn path=/head/; revision=2842
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Upgrade to patchlevel 'm'Jean-Marc Zucconi1995-07-041-4/+3
| | | | Notes: svn path=/head/; revision=1923
* Add -Dprefix=${PREFIX} in configure args.Jean-Marc Zucconi1995-04-241-2/+2
| | | | Notes: svn path=/head/; revision=1523
* gzip man pages, strip binariesJean-Marc Zucconi1995-04-231-8/+11
| | | | Notes: svn path=/head/; revision=1503
* Put prep as primary site, move old primary to secondaryAndrey A. Chernov1995-04-191-3/+3
| | | | | | | Add more categories Notes: svn path=/head/; revision=1464
* Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,Satoshi Asami1995-04-181-1/+8
| | | | | | | so you can't run it with all the stdio redirected. Notes: svn path=/head/; revision=1443
* Perl5 port by Mark Murray. People, beat this!Satoshi Asami1995-04-171-0/+24
Submitted by: Mark Murray <markm@freebsd.org> Notes: svn path=/head/; revision=1419