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

Annotation of pkgsrc/security/p5-Crypt-DSA/Makefile, Revision 1.2

1.2     ! mcr         1: # $NetBSD: Makefile,v 1.1 2001/09/30 23:59:08 mcr Exp $
1.1       mcr         2: #
                      3:
                      4: DISTNAME=              Crypt-DSA-0.12
                      5: PKGNAME=               p5-${DISTNAME}
                      6: CATEGORIES=            security perl5
                      7: MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
                      8:
                      9: MAINTAINER=            packages@netbsd.org
                     10: #HOMEPAGE=
                     11: COMMENT=               perl5 module for the DSA public key algorithm
                     12:
                     13: # XXX: really want p5-Digest-SHA1...waiting for update
                     14: DEPENDS+=              p5-Digest-MD5-*:../../security/p5-Digest-MD5
                     15: DEPENDS+=              p5-Math-Pari-*:../../math/p5-Math-Pari
                     16: DEPENDS+=              p5-Crypt-Random-*:../../security/p5-Crypt-Random
                     17: DEPENDS+=              p5-Data-Buffer-*:../../devel/p5-Data-Buffer
1.2     ! mcr        18: DEPENDS+=              p5-Convert-PEM-*:../../textproc/p5-Convert-PEM
1.1       mcr        19:
                     20: USE_PERL5=             # defined
                     21: PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist
                     22:
                     23: do-configure:
                     24:        @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
                     25:
                     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>