ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
25 lines
664 B
Makefile
25 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/01/18 05:09:40 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-OpenSSL-Random-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5ord
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
|
COMMENT= Perl5 wrapper module for OpenSSL pseudo-random number generator
|
|
|
|
#LICENSE= gnu-gpl-v2 # under same terms as Perl
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Crypt/OpenSSL/Random/.packlist
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|