pkgsrc/security/p5-Digest-BubbleBabble/Makefile
adam b20742d79c Changes 0.02:
* Fixed a bug affecting input strings with an odd number of
  characters. Thanks to Ken T Takusagawa for the report.
* Cleaned up Makefile.PL.
* Removed magic svn keywords.
* Added author tests (xt/) and modified SYNOPSIS for all modules to
  make them pass the compilation test.
2011-08-09 07:31:42 +00:00

22 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/08/09 07:31:42 adam Exp $
DISTNAME= Digest-BubbleBabble-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bbl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-BubbleBabble/
COMMENT= Perl5 module for bubble babble fingerprints
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
PERL5_PACKLIST= auto/Digest/BubbleBabble/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"