pkgsrc/security/p5-Crypt-IDEA/Makefile
heinz 776b76ad4b Updated to version 1.06.
Changes since version 1.02:
======================================
There is no list of changes. Changes I found so far:
- Used htons() from netinet/in.h to simplify handling of different endianness
  between platforms.
- Some changes in test.pl
2006-02-12 02:46:50 +00:00

21 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/02/12 02:46:50 heinz Exp $
#
DISTNAME= Crypt-IDEA-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
COMMENT= Perl5 module for the IDEA symmetric key algorithm
# IDEA's license
LICENCE= fee-based-commercial-use
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"