pkgsrc/security/p5-Crypt-Eksblowfish/Makefile
hiramatsu c5569ba96c Update p5-Crypt-Eksblowfish to 0.09.
Changes from previous:
version 0.009; 2011-04-28

  * in XS, use PERL_NO_GET_CONTEXT for efficiency

  * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
    of unintended prototypes

  * jump through hoops to avoid compiler warnings

  * use full stricture in test suite

  * in Build.PL, complete declaration of configure-time requirements

  * slightly reformat some Perl and C code to avoid exceeding 80 columns

  * include META.json in distribution

  * add MYMETA.json and MYMETA.yml to .cvsignore
2011-11-18 03:26:41 +00:00

28 lines
921 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/11/18 03:26:41 hiramatsu Exp $
#
DISTNAME= Crypt-Eksblowfish-0.009
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Eksblowfish/
COMMENT= Perl5 Eksblowfish block cipher
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Mix>=0.001:../../devel/p5-Class-Mix
DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64
BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
CRYPTO= YES
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"