2012-10-23 20:16:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2012/10/23 18:16:47 asau Exp $
|
2001-10-01 17:17:58 +02:00
|
|
|
#
|
|
|
|
|
2008-07-17 22:50:24 +02:00
|
|
|
DISTNAME= Tie-EncryptedHash-1.24
|
2001-10-01 17:17:58 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2012-10-03 23:53:53 +02:00
|
|
|
PKGREVISION= 4
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5teh
|
2001-10-01 17:17:58 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-07-27 18:06:09 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Tie-EncryptedHash/
|
2003-07-21 19:20:17 +02:00
|
|
|
COMMENT= Perl5 module for hashes with encrypting fields
|
2001-10-01 17:17:58 +02:00
|
|
|
|
2001-10-03 04:41:41 +02:00
|
|
|
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
|
|
|
|
DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
|
|
|
|
DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
|
2001-10-01 17:17:58 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Tie/EncryptedHash/.packlist
|
2001-10-01 17:17:58 +02:00
|
|
|
|
2007-04-22 11:00:21 +02:00
|
|
|
REPLACE_PERL+= lib/Tie/EncryptedHash.pm
|
2007-03-24 19:32:25 +01:00
|
|
|
|
2002-10-27 21:48:55 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-10-01 17:17:58 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|