pkgsrc/security/p5-Crypt-OpenSSL-Random/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

22 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.35 2020/01/18 23:35:10 rillig Exp $
DISTNAME= Crypt-OpenSSL-Random-0.15
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for OpenSSL pseudo-random number generator
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-OpenSSL-Guess>=0.11:../../security/p5-Crypt-OpenSSL-Guess
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"