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

Collapse All | Expand All

(-)p5-Package-Util-Lite/Makefile (+18 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Package-Util-Lite
5
PORTVERSION=	0.001
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	vvelox@vvelox.net
11
COMMENT=	This module provides Perl package-related utilities
12
13
BUILD_DEPENDS=	p5-Exporter>=5.57:devel/p5-Exporter
14
15
USES=		perl5
16
USE_PERL5=	configure
17
18
.include <bsd.port.mk>
(-)p5-Package-Util-Lite/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1580881268
2
SHA256 (Package-Util-Lite-0.001.tar.gz) = 0c49dfd6f2db50b74b90a5bdb517382657d4ef56a5b2be36aef4e6c4bfb01d26
3
SIZE (Package-Util-Lite-0.001.tar.gz) = 15011
(-)p5-Package-Util-Lite/pkg-descr (+4 lines)
Line 0 Link Here
1
This module provides package-related utilities. You should check
2
Package::Stash first, then here.
3
4
WWW: https://metacpan.org/release/Package-Util-Lite
(-)p5-Package-Util-Lite/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Package::Util::Lite.3.gz
2
%%SITE_PERL%%/Package/Util/Lite.pm

Return to bug 243892