pkgsrc-wip/p5-Data-TemporaryBag/Makefile
Thomas Klausner 90baab0823 Use tech-pkg instead of packages (actually, it should be the
committer of the package instead...).
2003-08-29 10:31:21 +00:00

18 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/08/29 10:31:24 thomasklausner Exp $
#
DISTNAME= Data-TemporaryBag-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/search?dist=Data-TemporaryBag
COMMENT= Handle long size data using temporary file
USE_BUILDLINK2= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/TemporaryBag/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"