9e0053e336
ok steven@
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/01/15 17:40:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "routines for accessing the OpenSSL prng"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Random-0.03
|
|
CATEGORIES= security
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
|
|
|
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"
|
|
WANTLIB= crypto ssl
|
|
|
|
.include <bsd.port.mk>
|