mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
carton is a command line tool to track the Perl module dependencies
for your Perl application. The managed dependencies are tracked in a carton.lock file, which is meant to be version controlled, and the lock file allows other developers of your application will have the exact same versions of the modules. WWW: http://search.cpan.org/dist/carton/
This commit is contained in:
parent
24f60fa488
commit
993a50466c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283516
@ -2586,6 +2586,7 @@
|
||||
SUBDIR += p5-base
|
||||
SUBDIR += p5-boolean
|
||||
SUBDIR += p5-capitalization
|
||||
SUBDIR += p5-carton
|
||||
SUBDIR += p5-common-sense
|
||||
SUBDIR += p5-constant-boolean
|
||||
SUBDIR += p5-constant-def
|
||||
|
52
devel/p5-carton/Makefile
Normal file
52
devel/p5-carton/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# New ports collection makefile for: carton
|
||||
# Date created: 14 Oct 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= carton
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl module dependency manager
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-App-cpanminus>=1.5:${PORTSDIR}/devel/p5-App-cpanminus \
|
||||
p5-CPAN-Meta>=2.112:${PORTSDIR}/devel/p5-CPAN-Meta \
|
||||
p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Module-Metadata>=1.000003:${PORTSDIR}/devel/p5-Module-Metadata \
|
||||
p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-local-lib>=1.008:${PORTSDIR}/devel/p5-local-lib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= carton-check.1 \
|
||||
carton-exec.1 \
|
||||
carton-faq.1 \
|
||||
carton-install.1 \
|
||||
carton-list.1 \
|
||||
carton-show.1 \
|
||||
carton-tree.1 \
|
||||
carton-uninstall.1 \
|
||||
carton-version.1 \
|
||||
carton.1
|
||||
MAN3= Carton.3 \
|
||||
Carton::Doc::Check.3 \
|
||||
Carton::Doc::Exec.3 \
|
||||
Carton::Doc::FAQ.3 \
|
||||
Carton::Doc::Install.3 \
|
||||
Carton::Doc::List.3 \
|
||||
Carton::Doc::Show.3 \
|
||||
Carton::Doc::Tree.3 \
|
||||
Carton::Doc::Uninstall.3 \
|
||||
Carton::Doc::Version.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-carton/distinfo
Normal file
2
devel/p5-carton/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (carton-v0.9.0.tar.gz) = 8eedc36cbf58ede12afee69ca150b19335787f0bcdc5e2347d4e8b36a20e4459
|
||||
SIZE (carton-v0.9.0.tar.gz) = 39076
|
7
devel/p5-carton/pkg-descr
Normal file
7
devel/p5-carton/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
carton is a command line tool to track the Perl module dependencies
|
||||
for your Perl application. The managed dependencies are tracked in a
|
||||
carton.lock file, which is meant to be version controlled, and the
|
||||
lock file allows other developers of your application will have the
|
||||
exact same versions of the modules.
|
||||
|
||||
WWW: http://search.cpan.org/dist/carton/
|
20
devel/p5-carton/pkg-plist
Normal file
20
devel/p5-carton/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
bin/carton
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/carton/.packlist
|
||||
%%SITE_PERL%%/Carton.pm
|
||||
%%SITE_PERL%%/Carton.pod
|
||||
%%SITE_PERL%%/Carton/CLI.pm
|
||||
%%SITE_PERL%%/Carton/Doc/Check.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Exec.pod
|
||||
%%SITE_PERL%%/Carton/Doc/FAQ.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Install.pod
|
||||
%%SITE_PERL%%/Carton/Doc/List.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Show.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Tree.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Uninstall.pod
|
||||
%%SITE_PERL%%/Carton/Doc/Version.pod
|
||||
%%SITE_PERL%%/Carton/Error.pm
|
||||
%%SITE_PERL%%/Carton/Tree.pm
|
||||
%%SITE_PERL%%/Carton/Util.pm
|
||||
@dirrm %%SITE_PERL%%/Carton/Doc
|
||||
@dirrm %%SITE_PERL%%/Carton
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/carton
|
Loading…
Reference in New Issue
Block a user