pkgsrc/security/p5-Crypt-Rijndael/Makefile
sno 60f86f0208 Updating security/p5-Crypt-Rijndael from 1.08 to 1.09
pkgsrc changes:
- Updating COMMENT to new short description from upstream

Upstream changes:
1.09 - Sun Jan 17 12:00:33 2010
	* Clarify in the Makefile.PL that this is under LGPL.
	* There are no code changes
2010-01-29 10:19:47 +00:00

24 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.20 2010/01/29 10:19:47 sno Exp $
#
DISTNAME= Crypt-Rijndael-1.09
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= Crypt::CBC compliant Rijndael encryption module
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"