7050de66ff
Upstream changes: 0.06 - in t/given_when.t use a plan instead of done_testing for more backwards compatibility 0.05 - Documentation fixes and clarifications
20 lines
517 B
Makefile
20 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/06/12 10:49:26 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Try-Tiny-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Try-Tiny/
|
|
COMMENT= Perl module providing minimal try/catch
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Try/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|