pkgsrc-wip/p5-Object-Signature/Makefile
Johann Franz 0855d65528 Update to 1.05:
1.05 Mon 2 Oct 2006
    * No functional changes
    * Upgrading to Module::Install 0.64
    * Fixed a few minor kwalitee nigglies
    * Upgraded tests to remove need for File::Spec dependency
1.04 Thu 18 May 2005
    * No functional changes
    * Upgrading Module::Install to 0.62 (final)
2007-03-01 16:08:06 +00:00

22 lines
767 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/03/01 16:08:06 netcap Exp $
DISTNAME= Object-Signature-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Object-Signature/
COMMENT= Generate cryptographic signatures for objects
PERL5_REQD+= 5.6.0
DEPENDS+= p5-Storable>=2.11:../../devel/p5-Storable
DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5
DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
DEPENDS+= p5-PathTools>=0.80:../../devel/p5-PathTools
DEPENDS+= p5-ExtUtils-AutoInstall>=0.63:../../devel/p5-ExtUtils-AutoInstall
PERL5_PACKLIST= auto/Object/Signature/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"