Add port devel/p5-CPANPLUS-Dist-Build:
CPANPLUS::Dist::Build is a distribution class for Module::Build related modules. Using this package, you can create, install and uninstall perl modules. It inherits from CPANPLUS::Dist. Normal users won't have to worry about the interface to this module, as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded. WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/
This commit is contained in:
parent
b6c3dc9b0f
commit
dac2c153ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170931
5 changed files with 53 additions and 0 deletions
|
@ -790,6 +790,7 @@
|
||||||
SUBDIR += p5-CPAN-Mini
|
SUBDIR += p5-CPAN-Mini
|
||||||
SUBDIR += p5-CPAN-YACSmoke
|
SUBDIR += p5-CPAN-YACSmoke
|
||||||
SUBDIR += p5-CPANPLUS
|
SUBDIR += p5-CPANPLUS
|
||||||
|
SUBDIR += p5-CPANPLUS-Dist-Build
|
||||||
SUBDIR += p5-Cache
|
SUBDIR += p5-Cache
|
||||||
SUBDIR += p5-Cache-Cache
|
SUBDIR += p5-Cache-Cache
|
||||||
SUBDIR += p5-Cache-FastMmap
|
SUBDIR += p5-Cache-FastMmap
|
||||||
|
|
29
devel/p5-CPANPLUS-Dist-Build/Makefile
Normal file
29
devel/p5-CPANPLUS-Dist-Build/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: p5-CPANPLUS-Dist-Build
|
||||||
|
# Date created: 18 August 2006
|
||||||
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= CPANPLUS-Dist-Build
|
||||||
|
PORTVERSION= 0.04
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= infofarmer@FreeBSD.org
|
||||||
|
COMMENT= CPANPLUS plug-in to use Module-Build
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-CPANPLUS>=0.0720:${PORTSDIR}/devel/p5-CPANPLUS \
|
||||||
|
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
||||||
|
p5-Params-Check>=0.22:${PORTSDIR}/devel/p5-Params-Check \
|
||||||
|
p5-IPC-Cmd>=0.23:${PORTSDIR}/devel/p5-IPC-Cmd \
|
||||||
|
p5-Module-Load-Conditional>=0.06:${PORTSDIR}/devel/p5-Module-Load-Conditional \
|
||||||
|
p5-Module-Pluggable>=2.4:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||||
|
p5-Module-Build>=0.26.11:${PORTSDIR}/devel/p5-Module-Build
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-CPANPLUS-Dist-Build/distinfo
Normal file
3
devel/p5-CPANPLUS-Dist-Build/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (CPANPLUS-Dist-Build-0.04.tar.gz) = 3554e0afcd5d1d6a75146dce2af5edf4
|
||||||
|
SHA256 (CPANPLUS-Dist-Build-0.04.tar.gz) = 675fd9375fb469cf86587fdecb7a652ec956c887c197727017a7dd4772b2d0dd
|
||||||
|
SIZE (CPANPLUS-Dist-Build-0.04.tar.gz) = 13640
|
11
devel/p5-CPANPLUS-Dist-Build/pkg-descr
Normal file
11
devel/p5-CPANPLUS-Dist-Build/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
CPANPLUS::Dist::Build is a distribution class for Module::Build
|
||||||
|
related modules.
|
||||||
|
|
||||||
|
Using this package, you can create, install and uninstall perl
|
||||||
|
modules. It inherits from CPANPLUS::Dist.
|
||||||
|
|
||||||
|
Normal users won't have to worry about the interface to this module,
|
||||||
|
as it functions transparently as a plug-in to CPANPLUS and will
|
||||||
|
just Do The Right Thing when it's loaded.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/
|
9
devel/p5-CPANPLUS-Dist-Build/pkg-plist
Normal file
9
devel/p5-CPANPLUS-Dist-Build/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS/Dist/Build/.packlist
|
||||||
|
%%SITE_PERL%%/CPANPLUS/Dist/Build.pm
|
||||||
|
%%SITE_PERL%%/CPANPLUS/Dist/Build/Constants.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/CPANPLUS/Dist/Build
|
||||||
|
@dirrmtry %%SITE_PERL%%/CPANPLUS/Dist
|
||||||
|
@dirrmtry %%SITE_PERL%%/CPANPLUS
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS/Dist/Build
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS/Dist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS
|
Loading…
Reference in a new issue