summaryrefslogtreecommitdiff
path: root/devel/libgrading/Makefile
blob: c85bf3ccd73c7ea2dbcef2661967b96f4229b7fd (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=	3
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>