Commit graph

4 commits

Author SHA1 Message Date
Andrej Zverev
0faac6c323 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 06:27:41 +00:00
Steve Wills
5ca1b87f82 - Add TEST_DEPENDS
PR:		ports/166127
Approved by:	maintainer timeout (skreuzer, >3 weeks)
2012-04-10 00:57:18 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00
Steven Kreuzer
404637ffaf Parse::BooleanLogic is a fast parser for boolean expressions. Originally
written for Request Tracker to parse SQL like expressions, it can be
used to parse other boolean logic sentences with OPERANDs joined using
binary OPERATORs and grouped and nested using parentheses.
2009-11-24 14:51:07 +00:00