f28ed85bc5
from 0.03nb3 to 0.04. pkgsrc changes: - don't use per author download location, use module namespace one's Upstream changes: #------------------------------------------------------------------------ # Version 0.04 2012/02/06 #------------------------------------------------------------------------ * Test script is using Test::More instead the home-made ok() and is(). * Recommend using Badger::Base instead. * Gabor Szabo co-maintainer.
19 lines
518 B
Makefile
19 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/03/22 13:48:41 sno Exp $
|
|
|
|
DISTNAME= Class-Base-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Base/
|
|
COMMENT= Useful base class for deriving other modules
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Class/Base/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|