pkgsrc/security/p5-Crypt-IDEA/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

22 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= Crypt-IDEA-1.08
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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
LICENSE= idea-license
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"