988c2d5cb4
------------------- 0.46 Sat Aug 16 12:19:09 PDT 2014 - Meta 0.0.2 0.45 Sat Aug 16 04:04:07 PDT 2014 - Eliminate spurious trailing whitespace 0.44 Sat Aug 16 02:50:17 PDT 2014 - Eliminate File::Basename from test/ 0.43 Fri Aug 15 20:37:55 PDT 2014 - Add t/000-compile-modules.t 0.42 Sat Aug 9 00:43:22 PDT 2014 - Only support back to 5.8.1 0.41 Thu Aug 7 00:28:54 PDT 2014 - Fix bad encoding in Pod 0.40 Wed Aug 6 10:29:46 PDT 2014 - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21 0.39 Tue Aug 5 10:13:52 PDT 2014 - Add badges to doc 0.38 Mon Aug 4 00:30:13 PDT 2014 - Remove (c) from Copyright 0.37 Wed Jul 30 16:16:56 PDT 2014 - Switch IRC to '#pkg' 0.36 Sat Jul 26 12:01:35 PDT 2014 - Fix email in Meta 0.35 Mon Jul 21 17:15:27 PDT 2014 - Fix Meta and add Contributing 0.34 Wed Jun 18 11:08:07 PDT 2014 - Ship with a META.json file (close 0.33 Wed Jun 18 09:50:05 PDT 2014 - Removed a boilerplate meta field. mst++ 0.32 Tue Jun 17 13:18:12 PDT 2014 - Release with Zilla::Dist
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.24 2015/02/01 05:56:03 mef Exp $
|
|
|
|
DISTNAME= Spiffy-0.46
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
|
|
MODULE_DIR= modules/by-module
|
|
AUTHOR_DIR= authors/id/I/IN/INGY
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Spiffy/
|
|
COMMENT= Object-oriented Perl framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# optional requirement for spiffy_filter() sub
|
|
DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
|
|
|
|
PERL5_PACKLIST= auto/Spiffy/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|