21 lines
377 B
Makefile
21 lines
377 B
Makefile
# 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>
|