2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:09 xsa 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-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>
|