Upstream changes: 1.07 - Fri Aug 15 16:53:36 2008 * Fixed the odd character problems in some of the files * No need to upgrade if you already have this installed 1.06_03 - Sun Jun 22 11:32:46 2008 * Trying the __sgi definition. If this doesn't make things blow up, this release will get bumped to 1.07. 1.06_02 - Thu Jun 19 11:55:21 2008 * Removed wide chars from the header file. Some compilers like to complain about things that are wrong. :( 1.06_01 - Wed Jun 18 09:37:34 2008 This is a test of a fix for Irix. 1.06_01 - Wed Jun 4 19:18:57 2008 * This is a test of a fix for Irix.
22 lines
603 B
Makefile
22 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/09/12 11:53:45 he Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Rijndael-1.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
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"
|