pkgsrc/security/p5-Digest-MD5/Makefile
sno 19ee1a4054 pkgsrc changes:
- Updating package of p5 module Digest::MD5 from 2.38 to 2.39
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
2009-06-09 - Release 2.39: Gisle Aas <gisle@ActiveState.com>
   Nicholas Clark (2):
      Get rid of the PERL_CORE hacks
      Sync core: Rename ext/Digest/MD5 to ext/Digest-MD5
   Jerry Hedden (1):
      Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL
2009-06-14 20:09:54 +00:00

25 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.32 2009/06/14 20:09:54 sno Exp $
#
DISTNAME= Digest-MD5-2.39
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+= 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"