aboutsummaryrefslogtreecommitdiff
path: root/math/prng
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-08-19 18:56:19 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-08-19 18:56:19 +0000
commit08018cfa85ad56451784472ef622ef6cd5ca12c9 (patch)
tree8117ba8eecfb8676cd5478469cfb5c020a6e37c4 /math/prng
parent80e2755b7ffe5828a834732b67f40a5448c48f37 (diff)
downloadports-08018cfa85ad56451784472ef622ef6cd5ca12c9.tar.gz
ports-08018cfa85ad56451784472ef622ef6cd5ca12c9.zip
add LICENSE
Notes
Notes: svn path=/head/; revision=280031
Diffstat (limited to 'math/prng')
-rw-r--r--math/prng/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile
index 380e2ecb4235..4b252393fbdc 100644
--- a/math/prng/Makefile
+++ b/math/prng/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/
MAINTAINER= bf@FreeBSD.org
COMMENT= Portable, high-performance ANSI-C pseudorandom number generators
+LICENSE= GPLv2
+
CFLAGS+= -fgnu89-inline
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"