pkgsrc/security/p5-Crypt-OpenSSL-DSA/Makefile
wen 123fb87c41 Update to 0.18
Upstream changes:
0.18    2016/11/17
        - OpenSSL 1.1.0 compatibility
        - fix Kwalitee Issues

0.17    2016/10/27
        - Makefile.PL fixing v0.16

0.16    2016/10/27
        - Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
        - Makefile.PL tries to find libcrypto via pkg-config
        - Make the files non-executable
        - Doc fixes (grammar)
2017-01-07 06:37:10 +00:00

18 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.30 2017/01/07 06:37:10 wen Exp $
#
DISTNAME= Crypt-OpenSSL-DSA-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL DSA functions
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Crypt/OpenSSL/DSA/.packlist
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"