aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ParseLex
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 MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update to 2.19Tilman Keskinoz2010-08-094-15/+8
| | | | | | | | | PR: 149264 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer Notes: svn path=/head/; revision=259012
* - Update to 2.18Martin Wilke2010-04-023-26/+7
| | | | | | | | | PR: 145148 Submitted by: Steve Wills <steve@mouf.net Approved by: maintainer Notes: svn path=/head/; revision=252080
* - Fix fetchPav Lucistnik2009-01-301-3/+3
| | | | | | | | | - Style Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227218
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-231-1/+1
| | | | Notes: svn path=/head/; revision=213563
* - 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
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin) Notes: svn path=/head/; revision=166317
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* More specific URL.Sergey Matveychuk2004-08-211-1/+1
| | | | Notes: svn path=/head/; revision=116914
* Change spaces with tabs.Sergey Matveychuk2004-08-211-1/+2
| | | | | | | Reformat a little MAN3 macro. Notes: svn path=/head/; revision=116913
* The Parse::Lex.pm module for perl5 is an object-oriented generator ofSergey Matveychuk2004-08-216-0/+72
lexical analyzers. PR: ports/62936 Submitted by: Jim Pirzyk <pirzyk@uiuc.edu> Notes: svn path=/head/; revision=116905