f1c92433eb
from Wesley Griffin <wgriffin@jtan.com> This module provides the ability to seed and query the OpenSSL library's pseudo-random number generator
21 lines
509 B
Makefile
21 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/15 11:16:26 wilfried Exp $
|
|
|
|
COMMENT= "routines for accessing the OpenSSL prng"
|
|
|
|
VERSION= 0.03
|
|
DISTNAME= Crypt-OpenSSL-Random-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= Wesley Griffin <wgriffin@jtan.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= "No license"
|
|
PERMIT_PACKAGE_FTP= "No license"
|
|
PERMIT_DISTFILES_CDROM= "No license"
|
|
PERMIT_DISTFILES_FTP= "No license"
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|