aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-05 16:51:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-05 16:51:53 +0000
commit93e00bd18969a3e91a89bc75ab580ca393a610a7 (patch)
tree379402ba473d4965ec0b4cc533dcdf6c39cf59f0 /devel/Makefile
parent3246ebc3ca130704875cc0faca419ea671588641 (diff)
downloadports-93e00bd18969a3e91a89bc75ab580ca393a610a7.tar.gz
ports-93e00bd18969a3e91a89bc75ab580ca393a610a7.zip
- Add p5-Sentinel 0.05
Sentinel provides a single lvalue function, sentinel, which yields a scalar that invoke callbacks to get or set its value. Primarily this is useful to create lvalue object accessors or other functions, to invoke actual code when a new value is set, rather than simply updating a scalar variable. WWW: http://search.cpan.org/dist/Sentinel/
Notes
Notes: svn path=/head/; revision=332869
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 a0e56efefd8e..2ee6fa0170ae 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2634,6 +2634,7 @@
SUBDIR += p5-Scope-Guard
SUBDIR += p5-Scope-Upper
SUBDIR += p5-Search-Binary
+ SUBDIR += p5-Sentinel
SUBDIR += p5-Sepia
SUBDIR += p5-Set-Array
SUBDIR += p5-Set-ConsistentHash