aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Slurp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Updated to 9999.13Yen-Ming Lee2008-02-141-3/+2
| | | | | | | | | | - Use CPAN macro PR: 120664 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Notes: svn path=/head/; revision=207212
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-10/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 9999.12.Anton Berezin2006-03-241-1/+1
| | | | Notes: svn path=/head/; revision=158057
* Update to 9999.11.Anton Berezin2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154080
* Update to 9999.10.Anton Berezin2006-01-201-1/+1
| | | | Notes: svn path=/head/; revision=153982
* Update to 9999.09Erwin Lansing2005-05-161-1/+1
| | | | Notes: svn path=/head/; revision=135349
* Update to 9999.08Mathieu Arnold2005-04-281-1/+1
| | | | Notes: svn path=/head/; revision=134312
* Update to 9999.07.Anton Berezin2005-01-311-1/+1
| | | | Notes: svn path=/head/; revision=127767
* Update to 9999.06, assign maintainer from ports to perl.Anton Berezin2005-01-211-2/+2
| | | | Notes: svn path=/head/; revision=126990
* Update to 9999.04Erwin Lansing2004-05-311-1/+1
| | | | Notes: svn path=/head/; revision=110545
* - Update to 9999.03Erwin Lansing2003-12-221-2/+11
| | | | | | | | PR: 60507 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=96432
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+0
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* PR: 56543Foxfair Hu2003-09-071-1/+1
| | | | | | | | | Submitted by: Lars Thegler <lars@thegler.dk> - Update to 2004.0904 - Make portlint happy Notes: svn path=/head/; revision=88660
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* update devel/p5-File-Slurp to 2002.1031Edwin Groothuis2003-02-041-1/+1
| | | | | | | | PR: ports/47360 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=74645
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 2002.0305Patrick Li2002-07-161-1/+1
| | | | | | | | PR: ports/40640 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=63105
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Upgrade to 98.071901Vanilla I. Shu1998-08-311-4/+4
| | | | Notes: svn path=/head/; revision=12964
* Update for perl version 5.00501. Requires latest bsd.port.mk. I'mSatoshi Asami1998-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to be a little verbose here about the changes so people who fix up the rest of the stuff can have an idea what to do. (1) Manpages are moved to version-specific subdirectories. Since they are all defined in MAN? macros, I just needed to add ${PERL_VERSION} to the end of MAN*PREFIX and delete them from the PLIST. (2) Most of the module files are moved to version-specific subdirectories. This is usually accomplished by adding "%%PERL_VER%%/" right after "site_perl/" in the PLIST. However, some things didn't move, and some moved more than one level (like, all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some fishing, err, find'ing was necessary. (3) Fix up dependencies. See (2) above. (4) While I was there, I changed some "@dirrm foobar"'s to "@unexec rmdir %D/foobar 2>/dev/null || true", so there won't be any warnings if a directory can't be removed due to other modules sharing it. Now all of devel/p5-* will install and deinstall without a single warning. I hope others will follow suit. :) Notes: svn path=/head/; revision=12472
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-3/+2
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-3/+3
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-15/+7
| | | | Notes: svn path=/head/; revision=4568
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 module for single call read & write file routines.James FitzGibbon1996-10-241-0/+33
Notes: svn path=/head/; revision=4100