openbsd-ports/security/p5-Crypt-OpenSSL-Random/Makefile
simon da7823ae24 update to version 0.04, add license comment, set PERMIT_* accordingly
and remove maintainer at his own request

ok jasper@
2007-11-19 20:05:04 +00:00

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>