mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# Created by: nork@cityfujisawa.ne.jp
|
|
# $FreeBSD: head/security/p5-Crypt-OpenSSL-Random/Makefile 378989 2015-02-14 18:33:36Z adamw $
|
|
|
|
PORTNAME= Crypt-OpenSSL-Random
|
|
PORTVERSION= 0.10
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|