aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Declare
Commit message (Collapse)AuthorAgeFilesLines
* - convert to the new perl5 frameworkAndrej Zverev2013-09-091-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326784
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300274
* - Update to 0.17Steve Wills2012-02-252-3/+3
| | | | | | | | | PR: ports/164960 Submitted by: swills (myself) Approved by: maintainer timeout (simarg@gmail.com. > 2 weeks) Notes: svn path=/head/; revision=292241
* 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 maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* - Update to 0.13Philip M. Gollucci2009-12-152-4/+4
| | | | | | | | | PR: ports/141566 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=245930
* Class::Declare allows class authors to specify public, private and protectedPhilip M. Gollucci2009-04-104-0/+43
attributes and methods for their classes, giving them control over how their modules may be accessed. The standard object oriented programming concepts of public, private and protected have been implemented for both class and instance (or object) attributes and methods. WWW: http://search.cpan.org/~ibb/Class-Declare/Declare.pm - Sergey Karatkevich simarg@gmail.com PR: ports/130415 Submitted by: kevit Notes: svn path=/head/; revision=232028