blob: 27d6d89709677e9d4ffb1f56c45296df824eb6a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: nork@cityfujisawa.ne.jp
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-Random
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RURBAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator
USES= perl5
USE_PERL5= configure
USE_OPENSSL= yes
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
MAN3= Crypt::OpenSSL::Random.3
NO_STAGE= yes
.include <bsd.port.mk>
|