750553e951
PR: 199735 Submitted by: waitman@waitman.net (maintainer)
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfortuna
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= waitman@waitman.net
|
|
COMMENT= Fortuna PRNG Library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= waitman
|
|
GH_TAGNAME= 11cbd88
|
|
|
|
.include <bsd.port.mk>
|