[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / p5-Mail-ClamAV

Annotation of pkgsrc/mail/p5-Mail-ClamAV/Makefile, Revision 1.47

1.47    ! adam        1: # $NetBSD: Makefile,v 1.46 2016/06/08 19:23:58 wiz Exp $
1.1       grant       2:
1.25      sno         3: DISTNAME=      Mail-ClamAV-0.29
1.1       grant       4: PKGNAME=       p5-${DISTNAME}
1.47    ! adam        5: PKGREVISION=   18
1.1       grant       6: CATEGORIES=    mail perl5
                      7: MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
                      8:
1.18      jlam        9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.21      wiz        10: HOMEPAGE=      http://search.cpan.org/dist/Mail-ClamAV/
1.31      kefren     11: COMMENT=       Perl5 module for security/clamav virus scanner
1.26      sno        12: LICENSE=       ${PERL5_LICENSE}
                     13:
1.42      hiramats   14: DEPENDS+=      p5-Inline-C>=0.75:../../devel/p5-Inline-C
1.1       grant      15:
1.21      wiz        16: # this version needs clamav>=0.90
1.25      sno        17: BUILDLINK_API_DEPENDS.clamav+= clamav>=0.95.1
1.5       grant      18:
1.15      jlam       19: PERL5_PACKLIST=                auto/Mail/ClamAV/.packlist
1.6       kristerw   20: PTHREAD_OPTS+=         require
1.1       grant      21:
1.38      gdt        22: PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Mail-ClamAV
1.13      dillo      23: PKG_SUPPORTED_OPTIONS= curl
                     24: PKG_SUGGESTED_OPTIONS= curl
1.11      grant      25:
                     26: .include "../../mk/bsd.options.mk"
                     27:
                     28: .if !empty(PKG_OPTIONS:Mcurl)
                     29: .  include "../../www/curl/buildlink3.mk"
                     30: .endif
                     31:
1.1       grant      32: # avoid having PERL5_SITELIB, PERL5_SITEARCH and PERL5_ARCHLIB set in
                     33: # the environment, which confuses the 'install' target of modules
                     34: # which use Inline, such as this one.
                     35: #
                     36: # XXX do these environment variables really need to be set in targets
                     37: # XXX other than 'install'?
                     38: do-build:
                     39:        @cd ${WRKSRC} && \
1.7       wiz        40:                ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_TARGET}
1.1       grant      41:
                     42: .include "../../lang/perl5/module.mk"
1.31      kefren     43: .include "../../security/clamav/buildlink3.mk"
1.6       kristerw   44: .include "../../mk/pthread.buildlink3.mk"
1.1       grant      45: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>