2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Twofish-2.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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= ${PERL5_LICENSE}
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
PERL5_PACKLIST= auto/Crypt/Twofish/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|