1a9972377b
from Wesley Griffin <wgriffin@jtan.com> This module is an XS perl module designed to provide basic RSA functionality. It does this by providing a glue to the RSA functions in the OpenSSL library.
24 lines
619 B
Makefile
24 lines
619 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/15 11:20:10 wilfried Exp $
|
|
|
|
COMMENT= "RSA encoding and decoding using OpenSSL"
|
|
|
|
VERSION= 0.16
|
|
DISTNAME= Crypt-OpenSSL-RSA-${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"
|
|
|
|
BUILD_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|