summaryrefslogtreecommitdiff
path: root/devel/libgrading/Makefile
blob: f84b4a29018641f531cc9ae0d167be2d7b4f0c59 (plain)
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.8
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

USES=		cmake compiler:c++11-lib

USE_GITHUB=	yes
GH_ACCOUNT=	trombonehero

USE_LDCONFIG=	yes

PLIST_FILES=	include/libgrading.h \
		lib/libgrading.so.${PORTVERSION} \
		lib/libgrading.so

.include <bsd.port.mk>