openbsd-ports/security/p5-Crypt-OpenSSL-Random/Makefile

22 lines
440 B
Makefile
Raw Normal View History

2010-10-18 17:41:44 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:46 espie Exp $
SHARED_ONLY= Yes
COMMENT= routines for accessing the OpenSSL prng
MODULES= cpan
DISTNAME= Crypt-OpenSSL-Random-0.04
2010-09-24 11:29:20 -04:00
REVISION= 1
CATEGORIES= security
2004-01-11 14:12:46 -05:00
HOMEPAGE= http://perl-openssl.sourceforge.net/
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-27 08:28:33 -05:00
WANTLIB= crypto ssl
.include <bsd.port.mk>