da7823ae24
and remove maintainer at his own request ok jasper@
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/11/19 20:05:04 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= routines for accessing the OpenSSL prng
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Random-0.04
|
|
CATEGORIES= security
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= crypto ssl
|
|
|
|
.include <bsd.port.mk>
|