View | Details | Raw Unified | Return to bug 237109 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-File-ShareDir-Tarball/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	File-ShareDir-Tarball
5
PORTVERSION=	0.2.2
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	perl@FreeBSD.org
11
COMMENT=	Deal transparently with shared files distributed as tarballs
12
13
LICENSE=	ART10 GPLv1+
14
LICENSE_COMB=	dual
15
16
RUN_DEPENDS=	p5-File-ShareDir>=0:devel/p5-File-ShareDir \
17
		p5-File-chdir>=0:devel/p5-File-chdir
18
BUILD_DEPENDS=	${RUN_DEPENDS} \
19
		p5-Module-Build>=0:devel/p5-Module-Build
20
21
USES=		perl5
22
USE_PERL5=	modbuild
23
24
.include <bsd.port.mk>
(-)devel/p5-File-ShareDir-Tarball/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1553526123
2
SHA256 (File-ShareDir-Tarball-0.2.2.tar.gz) = 49e785f266e3e2ef001236fb2371eab598ad949fad12ca641172f7825fd02395
3
SIZE (File-ShareDir-Tarball-0.2.2.tar.gz) = 14475
(-)devel/p5-File-ShareDir-Tarball/pkg-descr (+9 lines)
Line 0 Link Here
1
If the shared files of a distribution are contained in a tarball
2
(see Dist::Zilla::Plugin::ShareDir::Tarball for why you would want to do that)
3
automatically extract the archive in a temporary directory and return the
4
path to that directory. If called for a regular distribution without a
5
bundle file (shared-files.tar.gz), it'll return the original shared dir.
6
In other words, from the consumer point of view,
7
it'll behave just like File::ShareDir.
8
9
WWW: https://metacpan.org/pod/File::ShareDir::Tarball
(-)devel/p5-File-ShareDir-Tarball/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/File::ShareDir::Tarball.3.gz
2
%%SITE_PERL%%/File/ShareDir/Tarball.pm

Return to bug 237109