c53b9b9d92
This module adds one directive to Module::Install related to creating and installing Padre plugins as .par files and two make targets: is_padre_plugin. If this directive is added to Makefile.PL, two new make targets become available: plugin and installplugin.
21 lines
661 B
Makefile
21 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 15:46:59 sno Exp $
|
|
|
|
DISTNAME= Module-Install-PadrePlugin-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Install-PadrePlugin/
|
|
COMMENT= Module::Install support for Padre plugins
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Module-Install>=0.77:../../devel/p5-Module-Install
|
|
DEPENDS+= p5-PAR-Dist>=0.17:../../devel/p5-PAR-Dist
|
|
|
|
PERL5_PACKLIST= auto/Module/Install/PadrePlugin/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|