[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / p5-Crypt-DH

Annotation of pkgsrc/security/p5-Crypt-DH/Makefile, Revision 1.14

1.14    ! wiz         1: # $NetBSD: Makefile,v 1.13 2014/05/29 23:37:21 wiz Exp $
1.1       seb         2:
1.12      wiz         3: DISTNAME=              Crypt-DH-0.07
                      4: PKGNAME=               p5-${DISTNAME}
1.13      wiz         5: PKGREVISION=           1
1.1       seb         6: CATEGORIES=            security perl5
                      7: MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
                      8:
1.3       jlam        9: MAINTAINER=            pkgsrc-users@NetBSD.org
1.1       seb        10: HOMEPAGE=              http://search.cpan.org/dist/Crypt-DH/
                     11: COMMENT=               Perl5 module for the Diffie-Hellman key exchange system
1.6       sno        12: LICENSE=               ${PERL5_LICENSE}
1.1       seb        13:
1.6       sno        14: DEPENDS+=              p5-Math-BigInt-GMP-[0-9]*:../../math/p5-Math-BigInt-GMP
                     15: DEPENDS+=              p5-Math-BigInt-Pari-[0-9]*:../../math/p5-Math-BigInt-Pari
1.1       seb        16: DEPENDS+=              p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
                     17:
1.4       heinz      18: USE_LANGUAGES=         # empty
                     19:
1.1       seb        20: PERL5_PACKLIST=                auto/Crypt/DH/.packlist
1.6       sno        21: MAKE_PARAMS+=          --skipdeps
1.1       seb        22:
                     23: .include "../../lang/perl5/module.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>