pkgsrc/devel/p5-Bit-Vector/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

18 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/06/02 01:20:34 jschauma Exp $
#
DISTNAME= Bit-Vector-6.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5biv
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Bit-Vector/Vector.html
COMMENT= Efficient base class implementing bit vectors
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Bit/Vector/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"