Commit graph

5 commits

Author SHA1 Message Date
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
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Wen Heping
af7616d4f6 - Update to 1.10
- Reset maintainer to perl@
2010-09-01 08:34:21 +00:00
Wen Heping
4763eebaba - Update to 1.08 2009-12-04 11:25:19 +00:00
Wen Heping
10e3edfe53 Pod::Autopod is designed to generate pod documentation of a perl
class by analysing its code. The idea is to have something similar
like javadoc. So it uses also comments written directly obove the
method definitions. It is designed to asumes a pm file which
represents a class.

Of course it can not understand every kind of syntax, parameters,
etc. But the plan is to improve this library in the future to
understand more and more automatically.

WWW: http://search.cpan.org/dist/Pod-Autopod/

Approved by:	miwi,jadawin(mentors,implicit)
2009-10-31 12:49:47 +00:00