2010-12-27 05:55:16 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/27 10:55:16 jasper Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
SHARED_ONLY = Yes
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
COMMENT = RSA encoding and decoding using OpenSSL
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
MODULES = cpan
|
2006-12-29 05:19:52 -05:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
DISTNAME = Crypt-OpenSSL-RSA-0.26
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = http://perl-openssl.sourceforge.net/
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
MAINTAINER = Andreas Voegele <ports@andreasvoegele.com>
|
2006-12-29 05:19:52 -05:00
|
|
|
|
|
|
|
# Perl
|
2010-12-27 05:55:16 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
WANTLIB = crypto ssl
|
2002-10-15 07:20:10 -04:00
|
|
|
|
2010-12-27 05:55:16 -05:00
|
|
|
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Random>=0.03 \
|
2010-11-20 12:22:40 -05:00
|
|
|
security/p5-Crypt-OpenSSL-Bignum>=0.03
|
2010-12-27 05:55:16 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2002-10-15 07:20:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|