aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-14 06:39:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-14 06:39:51 +0000
commit357388af8f9480ca594538268120a3f0b47f43ec (patch)
treea408ecb8dc8f54b8b463ef171da6400c9492f28f /devel/Makefile
parent0df67a5b1cab353d9b8a2438d2bfa83f854de893 (diff)
downloadports-357388af8f9480ca594538268120a3f0b47f43ec.tar.gz
ports-357388af8f9480ca594538268120a3f0b47f43ec.zip
- Add p5-Mo 0.35
Mo is the bare minimum needed for Perl OO. Many times you'll want just a couple more features. Don't worry. Mo's got you covered. Mo simply loads the feature classes Mo::build, Mo::default, Mo::builder, Mo::coerce, Mo::is and Mo::required. The first one supports BUILD constructing and the other three add their magics to has. A Mo::Feature module can enhance new, extends and has, and also add new export subs, or remove existing ones. Features can also be combined for a single accessor. See Mo::Features for a list of all the features and for an explanation of the Feature API. WWW: http://search.cpan.org/dist/Mo/
Notes
Notes: svn path=/head/; revision=327221
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fb3a899e1d73..d7ae0b1b5160 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2261,6 +2261,7 @@
SUBDIR += p5-Method-Signatures-Simple
SUBDIR += p5-Mixin-Linewise
SUBDIR += p5-Mknod
+ SUBDIR += p5-Mo
SUBDIR += p5-Mock-Quick
SUBDIR += p5-Module-Build
SUBDIR += p5-Module-Build-Convert