80f8b785e0
0.08 2013-09-25T22:22:22Z BST - remove MYMETA from dist (BOWTIE) 0.07 2013-05-03 - Update Changes to changes-strict (BOWTIE) - Tweak plugin_enable to throw a more human readable error (BOWTIE) - Update Makefile with midgen output (BOWTIE) 0.06 2012-08-31 - remove cruff from MANIFEST, azawawi++ (BOWTIE) 0.05 2012-08-31 - remove cruff, my bad, POD tweak, azawawi++ (BOWTIE) 0.04 2012-08-31 - Update to Padre::Plugin for API 2.2 - Update to Padre::Task 3.0 - Update Makefile.PL - Added README - Tweak tests and POD - Defaults to #padre - Now with Prefs Dialog - improved Dialog with reset (BOWTIE) 0.3.1 2010-08-14 - Better pod for Padre::Plugin::Nopaste::Task 0.3.0 2010-08-13 - Support Task API 2.0 (CHORNY) - Added Padre::Plugin::Nopaste::Task (CHORNY)
25 lines
885 B
Makefile
25 lines
885 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/09/27 21:41:02 wiz Exp $
|
|
|
|
DISTNAME= Padre-Plugin-Nopaste-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= editors perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Nopaste/
|
|
COMMENT= Send code on a nopaste website from padre
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-App-Nopaste-[0-9]*:../../www/p5-App-Nopaste
|
|
DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-Module-Util-[0-9]*:../../devel/p5-Module-Util
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
DEPENDS+= p5-Padre>=0.30:../../editors/p5-Padre
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
PERL5_PACKLIST= auto/Padre/Plugin/Nopaste/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|