pkgsrc/security/p5-Crypt-IDEA/Makefile
heinz a609610359 The package supports installation to DESTDIR.
A C compiler is necessary.
2008-02-07 20:27:23 +00:00

23 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/02/07 20:34:47 heinz Exp $
#
DISTNAME= Crypt-IDEA-1.08
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
LICENSE= fee-based-commercial-use
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"