aboutsummaryrefslogtreecommitdiff
path: root/devel/libfortuna/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-07-20 03:58:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-07-20 03:58:42 +0000
commit82c26bd4e2de601293ce93753df8e993db1893bd (patch)
treef44b5ae94772501eaa0dbf90c1f56d33fbde0fab /devel/libfortuna/Makefile
parentb627af595344333e2ea64318dcbf7f6ba3a416df (diff)
downloadports-82c26bd4e2de601293ce93753df8e993db1893bd.tar.gz
ports-82c26bd4e2de601293ce93753df8e993db1893bd.zip
Add libfortuna 0.1.0, fortuna PRNG Library.
PR: ports/180661 Submitted by: waitman@waitman.net
Notes
Notes: svn path=/head/; revision=323332
Diffstat (limited to 'devel/libfortuna/Makefile')
-rw-r--r--devel/libfortuna/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile
new file mode 100644
index 000000000000..16b730540b4a
--- /dev/null
+++ b/devel/libfortuna/Makefile
@@ -0,0 +1,21 @@
+# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
+# $FreeBSD$
+
+PORTNAME= libfortuna
+PORTVERSION= 0.1.0
+CATEGORIES= devel
+MASTER_SITES= GH
+
+MAINTAINER= waitman@waitman.net
+COMMENT= Fortuna PRNG Library
+
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+USE_GITHUB= yes
+USE_LDCONFIG= yes
+GH_ACCOUNT= waitman
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= 4a52e16
+
+.include <bsd.port.mk>