pkgsrc/security/p5-Crypt-Rijndael/Makefile
sno 7b4e351c52 Updating security/p5-Crypt-Rijndael from 1.07nb1 to 1.08
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
1.08 - Wed Dec  9 18:20:22 2009
	* Promoting development release to full release.
	* This release mainly clarifies the licensing.

1.07_02 - Tue Nov  4 02:21:27 2008
	* RT #40511: Give a better warning when you try to use tainted
	data as an initialization vector. If anyone wants to use
	tainted data, they can patch the code to accept it.

1.07_01 - Tue Oct 14 08:59:58 2008
	* Clarify that these files are under the Lesser GNU Public License
	(also known as the Library GNU Public License).
2010-01-16 22:28:59 +00:00

24 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.19 2010/01/16 22:28:59 sno Exp $
#
DISTNAME= Crypt-Rijndael-1.08
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
SVR4_PKGNAME= p5crj
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Rijndael/
COMMENT= Perl5 module of the Rijndael symmetric key algorithm
LICENSE= gnu-lgpl-v2
DEPENDS+= p5-Test-Manifest>=1.14:../../devel/p5-Test-Manifest
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/Rijndael/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"