9c90aeb360
Pkgsrc changes: - Rewrote patch-aa to be specific to NetBSD. Changes since version 0.02: =========================== - generate more efficient code with gcc-3.4 and later.
19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/10 20:29:46 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-Hashcash-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hca
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-Hashcash/
|
|
COMMENT= Perl5 extension module for hashcash hashes
|
|
|
|
DEPENDS+= p5-Time-HiRes>=1.2:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Digest/Hashcash/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|