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

1.1     ! mcr         1: # $NetBSD$
        !             2: #
        !             3:
        !             4: DISTNAME=              Crypt-OpenPGP-0.17
        !             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 OpenPGP support
        !            12:
        !            13: DEPENDS+=              p5-MIME-Base64-*:../../converters/p5-MIME-Base64
        !            14: DEPENDS+=              p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib
        !            15: DEPENDS+=              p5-Crypt-DES-*:../../security/p5-Crypt-DES
        !            16: DEPENDS+=              p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3
        !            17: DEPENDS+=              p5-Crypt-Blowfish-*:../../security/p5-Crypt-Blowfish
        !            18: DEPENDS+=              p5-Data-Buffer-*:../../devel/p5-Data-Buffer
        !            19: DEPENDS+=              p5-Math-Pari-*:../../math/p5-Math-Pari
        !            20: DEPENDS+=              p5-Crypt-Twofish-*:../../security/p5-Crypt-Twofish
        !            21: DEPENDS+=              p5-Crypt-Rijndael-*:../../security/p5-Crypt-Rijndael
        !            22: DEPENDS+=              p5-Crypt-RIPEMD160-*:../../security/p5-Crypt-RIPEMD160
        !            23: DEPENDS+=              p5-Crypt-RSA-*:../../security/p5-Crypt-RSA
        !            24: DEPENDS+=              p5-Crypt-DSA-*:../../security/p5-Crypt-DSA
        !            25: # hmmm
        !            26: #DEPENDS+=             p5-Crypt-IDEA-*:../../security/p5-Crypt-IDEA
        !            27:
        !            28: # hmmm
        !            29: IS_INTERACTIVE=                # defined
        !            30:
        !            31: USE_PERL5=             # defined
        !            32: # more than one?
        !            33: PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/OpenPGP/.packlist
        !            34:
        !            35: do-configure:
        !            36:        @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
        !            37:
        !            38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>