2004-12-27 08:28:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2004/12/27 13:28:34 alek Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
2002-10-15 07:20:10 -04:00
|
|
|
|
|
|
|
COMMENT= "RSA encoding and decoding using OpenSSL"
|
|
|
|
|
2004-01-11 14:11:07 -05:00
|
|
|
VERSION= 0.19
|
2002-10-15 07:20:10 -04:00
|
|
|
DISTNAME= Crypt-OpenSSL-RSA-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= security perl5
|
2004-01-11 14:11:07 -05:00
|
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
2002-10-15 07:20:10 -04:00
|
|
|
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"
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= crypto ssl
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-10-15 07:20:10 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|