aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-05 00:19:04 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-05 00:19:04 +0000
commit4f1c1aa65d751079a2dde63d17867a1801eec1c8 (patch)
tree3bfc5e24fbd77f9c7001edf86b7e67e99480598a /devel/Makefile
parentabd39abbd9777e537ac34d86a944d3d269607987 (diff)
downloadports-4f1c1aa65d751079a2dde63d17867a1801eec1c8.tar.gz
ports-4f1c1aa65d751079a2dde63d17867a1801eec1c8.zip
- Readdition of devel/pure-stldict which was removed on 333095
- Bump PORTREVISION - Add licenses (GPLv3 LGPL3) - USES pure instead of USE_PURE - Add DOCS, EXAMPLES and Option - Support STAGEDIR - Change pkg-plist, use @dirrmtry instead of @dirrm This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface. WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html PR: ports/183756 Submitted by: Zhihao Yuan <zy@miator.net>
Notes
Notes: svn path=/head/; revision=338705
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 aa390ebef313..9df8c4d2b6d6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3413,6 +3413,7 @@
SUBDIR += pure-ffi
SUBDIR += pure-gen
SUBDIR += pure-readline
+ SUBDIR += pure-stldict
SUBDIR += pure-stllib
SUBDIR += pushmi
SUBDIR += pwlib