blob: 2b2ec2f5b628ac5179eb6dcb902e98994103e3f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= pure-stldict
PORTVERSION= 0.5
CATEGORIES= devel
MAINTAINER= lichray@gmail.com
COMMENT= Pure interface to C++ STL map/unordered_map
USE_PURE= yes
USE_GCC= yes
CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION
.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>
|