7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
17 lines
445 B
Makefile
17 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Rijndael-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5crj
|
|
PKGREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl5 module of the Rijndael symmetric key algorithm
|
|
|
|
PERL5_PACKLIST= auto/Crypt/Rijndael/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|