These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
20 lines
511 B
Makefile
20 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-Nilsimsa-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nil
|
|
PKGREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-Nilsimsa/
|
|
COMMENT= Perl5 extension module for Nilsimsa signatures
|
|
|
|
|
|
PERL5_CONFIGURE= YES
|
|
PERL5_PACKLIST= auto/Digest/Nilsimsa/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|