20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.16 2014/06/14 23:26:00 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= routines for accessing the OpenSSL prng
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Random-0.06
|
|
CATEGORIES= security
|
|
REVISION= 0
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto ssl
|
|
|
|
CPAN_AUTHOR= RURBAN
|
|
|
|
.include <bsd.port.mk>
|