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

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

1.14    ! jlam        1: # $NetBSD: Makefile,v 1.13 2005/04/11 21:47:15 tv Exp $
1.1       mcr         2: #
                      3:
1.10      heinz       4: DISTNAME=              Crypt-OpenPGP-1.03
1.1       mcr         5: PKGNAME=                p5-${DISTNAME}
1.10      heinz       6: PKGREVISION=           # empty
1.12      grant       7: PKGREVISION=           2
1.3       veego       8: SVR4_PKGNAME=          p5pgp
1.1       mcr         9: CATEGORIES=            security perl5
                     10: MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
                     11:
1.10      heinz      12: MAINTAINER=            heinz@NetBSD.org
                     13: HOMEPAGE=              http://search.cpan.org/dist/Crypt-OpenPGP/
1.9       martti     14: COMMENT=               Perl5 module for OpenPGP support
1.1       mcr        15:
1.2       hubertf    16: DEPENDS+=              p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
1.10      heinz      17: DEPENDS+=              p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
                     18: DEPENDS+=              p5-Crypt-CAST5_PP-[0-9]*:../../security/p5-Crypt-CAST5_PP
1.2       hubertf    19: DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
                     20: DEPENDS+=              p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
1.10      heinz      21: DEPENDS+=              p5-Crypt-DSA-[0-9]*:../../security/p5-Crypt-DSA
1.2       hubertf    22: DEPENDS+=              p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
                     23: DEPENDS+=              p5-Crypt-RIPEMD160-[0-9]*:../../security/p5-Crypt-RIPEMD160
                     24: DEPENDS+=              p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-RSA
1.10      heinz      25: DEPENDS+=              p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish
                     26: DEPENDS+=              p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer
                     27: DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
                     28: DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
                     29: # contains LWP::UserAgent
                     30: DEPENDS+=              p5-libwww>=5.10:../../www/p5-libwww
                     31: DEPENDS+=              p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
                     32: DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
                     33: DEPENDS+=              p5-URI-[0-9]*:../../www/p5-URI
1.1       mcr        34: # hmmm
1.2       hubertf    35: #DEPENDS+=             p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
1.1       mcr        36:
1.10      heinz      37: PKG_INSTALLATION_TYPES=        overwrite pkgviews
1.1       mcr        38:
1.10      heinz      39: MAKE_ENV+=             PERL_EXTUTILS_AUTOINSTALL=--skipdeps
                     40: USE_LANGUAGES=         # empty
1.14    ! jlam       41: PERL5_PACKLIST=                auto/Crypt/OpenPGP/.packlist
1.1       mcr        42:
1.6       seb        43: .include "../../lang/perl5/module.mk"
1.1       mcr        44: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>