import p5-Module-Build-Pluggable, ok afeesh1@

Module::Build::Pluggable adds pluggability for Module::Build.
This commit is contained in:
sthen 2019-11-05 05:51:25 +00:00
parent 67967db6da
commit d12e267b5e
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/11/05 05:51:25 sthen Exp $
COMMENT = plugin support for Module::Build
DISTNAME = Module-Build-Pluggable-0.10
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
BUILD_DEPENDS = devel/p5-Module-Build>=0.38
RUN_DEPENDS = devel/p5-Class-Accessor-Lite \
devel/p5-Class-Method-Modifiers \
devel/p5-Data-OptList \
devel/p5-Module-Build>=0.38 \
devel/p5-Test-SharedFork
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Module-Build-Pluggable-0.10.tar.gz) = 5bsqyxF3ksmEYogSrLD+w3bLlwyu6O3ldTXgTXYrDkA=
SIZE (Module-Build-Pluggable-0.10.tar.gz) = 16626

View File

@ -0,0 +1 @@
Module::Build::Pluggable adds pluggability for Module::Build.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/11/05 05:51:25 sthen Exp $
${P5SITE}/Module/Build/Pluggable/
${P5SITE}/Module/Build/Pluggable.pm
${P5SITE}/Module/Build/Pluggable/Base.pm
${P5SITE}/Module/Build/Pluggable/GithubMeta.pm
${P5SITE}/Module/Build/Pluggable/Repository.pm
${P5SITE}/Module/Build/Pluggable/Util.pm
${P5SITE}/Test/Module/
${P5SITE}/Test/Module/Build/
${P5SITE}/Test/Module/Build/Pluggable.pm
@man man/man3p/Module::Build::Pluggable.3p
@man man/man3p/Module::Build::Pluggable::Base.3p
@man man/man3p/Module::Build::Pluggable::GithubMeta.3p
@man man/man3p/Module::Build::Pluggable::Repository.3p
@man man/man3p/Test::Module::Build::Pluggable.3p