aboutsummaryrefslogtreecommitdiff
path: root/math/moo/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2017-06-01 18:29:19 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2017-06-01 18:29:19 +0000
commitcb15fa352af3abd4ecc23bc4a9797c3f4de2fa2b (patch)
tree084a1bebce6e7c6e7817bbd4dcf40b6c10c1d3cc /math/moo/Makefile
parent56117f87e151bd10e16553f2a30a7c4f7bf20827 (diff)
downloadports-cb15fa352af3abd4ecc23bc4a9797c3f4de2fa2b.tar.gz
ports-cb15fa352af3abd4ecc23bc4a9797c3f4de2fa2b.zip
Define LICENSE
Change COPTS to CFLAGS in Makefile Fix 'Inconsistent operator' error for regress target
Notes
Notes: svn path=/head/; revision=442304
Diffstat (limited to 'math/moo/Makefile')
-rw-r--r--math/moo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile
index 3902ad3187b2..8da7f1b2f7ba 100644
--- a/math/moo/Makefile
+++ b/math/moo/Makefile
@@ -8,6 +8,8 @@ CATEGORIES= math
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Calculator that accepts C-like syntax as input
+LICENSE= PD
+
USE_GITHUB= yes
GH_ACCOUNT= raylai
GH_TAGNAME= ${PORTVERSION}