openbsd-ports/security/p5-Crypt-Rijndael/Makefile
sturm 25569f07e8 import of p5-Crypt-Rijndael 0.05
submitted by Claudio Jeker <cjeker@diehard.n-r-g.com>

This is Crypt::Rijndael, an XS-based implementation of the newly-selected
Advanced Encryption Standard algorithm Rijndael, designed by Joan Daemen
and Vincent Rijmen.

naddy@ OK
2002-12-04 15:46:51 +00:00

22 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/12/04 15:46:51 sturm Exp $
COMMENT= "interface to the rijndael encryption alogorithm aka AES"
DISTNAME= Crypt-Rijndael-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Claudio Jeker <cjeker@diehard.n-r-g.com>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>