2008-10-02 16:30:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2008/10/02 20:39:33 simon Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2006-12-29 05:19:52 -05:00
|
|
|
SHARED_ONLY= Yes
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= RSA encoding and decoding using OpenSSL
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2006-12-29 05:19:52 -05:00
|
|
|
MODULES= cpan
|
|
|
|
|
2007-07-18 05:41:07 -04:00
|
|
|
DISTNAME= Crypt-OpenSSL-RSA-0.25
|
2008-10-02 16:30:43 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2006-12-29 05:19:52 -05:00
|
|
|
CATEGORIES= security
|
2004-01-11 14:11:07 -05:00
|
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2007-07-18 05:41:07 -04:00
|
|
|
MAINTAINER= Andreas Voegele <andreas@kurzegasse.de>
|
2006-12-29 05:19:52 -05:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= crypto ssl
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2006-12-29 05:19:52 -05:00
|
|
|
RUN_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random \
|
|
|
|
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-10-15 07:20:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|