2013-08-02 20:52:07 +02:00
|
|
|
# Created by: nork@cityfujisawa.ne.jp
|
2001-09-11 11:22:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-OpenSSL-RSA
|
2011-08-27 13:05:24 +02:00
|
|
|
PORTVERSION= 0.28
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2001-09-11 11:22:34 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-09-11 11:22:34 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 17:16:12 +01:00
|
|
|
COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL
|
2001-09-11 11:22:34 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
|
|
|
|
p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random
|
2013-11-06 08:39:31 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-09-11 11:22:34 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-05-04 12:49:50 +02:00
|
|
|
USE_OPENSSL= yes
|
2011-05-26 10:58:21 +02:00
|
|
|
MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
|
2001-09-11 11:22:34 +02:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
regression-test: build
|
|
|
|
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test
|
|
|
|
|
2016-11-29 19:46:21 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${SSL_DEFAULT:Mopenssl-devel}
|
|
|
|
BROKEN= Does not build with openssl-devel
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|