2ec01ec9d7
- Updating package for p5 module Crypt::Twofish from 2.12nb4 to 2.13 - Setting gnu-gpl-v2 as license Upstream changes: 2.13 2009-05-11 Abhijit Menon-Sen <ams@toroid.org> * Relicensed on request from the old Artistic License to "the same terms as Perl itself" (i.e. new Artistic/GPL). (No functional changes.)
22 lines
608 B
Makefile
22 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/05/21 11:38:02 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Twofish-2.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ctw
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/
|
|
COMMENT= Perl5 module for the Twofish symmetric key algorithm
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
USE_TOOLS+= perl
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Crypt/Twofish/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|