pkgsrc/devel/p5-Data-Buffer/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

21 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:09 jlam Exp $
#
DISTNAME= Data-Buffer-0.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbu
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= mcr@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Buffer/
COMMENT= Perl5 module for low-level binary buffer
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Buffer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"