[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.4

1.4     ! heinz       1: # $NetBSD: Makefile,v 1.3 2006/03/04 21:30:36 jlam Exp $
1.1       seb         2: #
                      3:
                      4: DISTNAME=              Crypt-DH-0.06
                      5: PKGNAME=               p5-Crypt-DH-0.06
                      6: SVR4_PKGNAME=          p5cdh
                      7: CATEGORIES=            security perl5
                      8: MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
                      9:
1.3       jlam       10: MAINTAINER=            pkgsrc-users@NetBSD.org
1.1       seb        11: HOMEPAGE=              http://search.cpan.org/dist/Crypt-DH/
                     12: COMMENT=               Perl5 module for the Diffie-Hellman key exchange system
                     13:
1.4     ! heinz      14: PKG_DESTDIR_SUPPORT=   user-destdir
        !            15:
1.1       seb        16: DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
                     17: DEPENDS+=              p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
                     18:
1.4     ! heinz      19: USE_LANGUAGES=         # empty
        !            20:
1.1       seb        21: PERL5_PACKLIST=                auto/Crypt/DH/.packlist
                     22:
                     23: .include "../../lang/perl5/module.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>