pkgsrc/security/p5-Crypt-CipherSaber/Makefile

18 lines
477 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.21 2018/08/22 09:46:21 wiz Exp $
#
DISTNAME= Crypt-CipherSaber-1.01
PKGNAME= p5-${DISTNAME}
2018-08-22 11:43:40 +02:00
PKGREVISION= 4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CipherSaber/
COMMENT= Perl5 module for the CipherSaber encryptions
PERL5_PACKLIST= auto/Crypt/CipherSaber/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"