b54b77fa86
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
26 lines
450 B
Makefile
26 lines
450 B
Makefile
# $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
|
|
|
|
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>
|