aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgrading/Makefile
blob: 0e5ab688b4f69b966b8c6f5993de2c53ec4e8afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   libgrading
PORTVERSION=    0.1.2
PORTREVISION=   1
DISTVERSIONPREFIX=  v
CATEGORIES= devel

MAINTAINER= jonathan@FreeBSD.org
COMMENT=    Simple library for grading C- and C++-language assignments

LICENSE=    APACHE20

LIB_DEPENDS=    libdistance.so:devel/libdistance

BROKEN_powerpc64=   fails to compile: Arguments.cpp: 'atol' is not a member of 'std'

USE_GITHUB= yes
GH_ACCOUNT= trombonehero

USES=       cmake compiler:c++11-lib
USE_LDCONFIG=   yes

PLIST_FILES=    include/libgrading.h \
        lib/libgrading.so

.include <bsd.port.mk>