ecb3e78865
2010-09-30 Gisle Aas <gisle@ActiveState.com> Release 2.51 Florian Ragwitz (1): Fix compilation with c++ compilers Gisle Aas (1): Fix repository specification in META.yml 2010-09-25 Gisle Aas <gisle@ActiveState.com> Release 2.50 Chris 'BinGOs' Williams (1): Amended tests to work with perl core. Florian Ragwitz (3): Attach context pointers using sv magic Add failing test for thread cloning Clone MD5 contexts on thread cloning get_md5_ctx should never return anything but a valid pointer Gisle Aas (1): perl-5.6 no longer supported Jesse Vincent (1): Preserve utf8ness of argument [RT#44927]
25 lines
649 B
Makefile
25 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.35 2010/12/02 12:22:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-MD5-2.51
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5md5
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/
|
|
COMMENT= Perl5 extension interface for MD5 algorithm
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest
|
|
|
|
CONFLICTS+= p5-MD5-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/Digest/MD5/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|