aboutsummaryrefslogtreecommitdiff
path: root/devel/libfortuna/Makefile
blob: 0d9b5e253ce52a38badbebf980ce7bb86e97705e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>