summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CipherSaber/Makefile
blob: 4142f88ee92c4b479f7dbeb63e49a93b5910da72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.24 2020/08/31 18:11:11 wiz Exp $
#

DISTNAME=		Crypt-CipherSaber-1.01
PKGNAME=		p5-${DISTNAME}
PKGREVISION=		6
CATEGORIES=		security perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Crypt/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		https://metacpan.org/release/CipherSaber
COMMENT=		Perl5 module for the CipherSaber encryptions

PERL5_PACKLIST=		auto/Crypt/CipherSaber/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"