Bump security/authforce to version 0.9.9_5
[dports.git] / security / p5-Crypt-OpenSSL-RSA / Makefile
1 # Created by: nork@cityfujisawa.ne.jp
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-OpenSSL-RSA
5 PORTVERSION=    0.28
6 PORTREVISION=   2
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl5 module to RSA encode and decode strings using OpenSSL
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
18                 p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 BROKEN_SSL=     openssl-devel
22
23 USES=           perl5 ssl
24 USE_PERL5=      configure
25 MAKE_ARGS=      PASTHRU_INC=-I${OPENSSLINC}
26
27 .include <bsd.port.mk>