mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 2.021
- Add LICENSE - Convert to new options helper Changes: http://search.cpan.org/dist/Data-Dumper-Concise/Changes
This commit is contained in:
parent
e5fe72d5d0
commit
224a19016e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338499
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Dumper-Concise
|
||||
PORTVERSION= 2.020
|
||||
PORTVERSION= 2.021
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:FREW
|
||||
@ -11,21 +11,19 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Less indentation and newlines plus sub deparsing
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
|
||||
RUN_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS = p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
||||
|
||||
OPTIONS_DEFINE= ARGNAMES
|
||||
OPTIONS_DEFAULT= ARGNAMES
|
||||
OPTIONS_DEFAULT=ARGNAMES
|
||||
ARGNAMES_DESC= Enable DwarnN subroutine
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MARGNAMES}
|
||||
BUILD_DEPENDS+= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
|
||||
RUN_DEPENDS+= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
|
||||
.endif
|
||||
ARGNAMES_BUILD_DEPENDS= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
|
||||
ARGNAMES_RUN_DEPENDS= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Data-Dumper-Concise-2.020.tar.gz) = 169e39a67cac637e9263ab31cfa129b0ac7bb9818ff1ea6c03f4d6269a48677d
|
||||
SIZE (Data-Dumper-Concise-2.020.tar.gz) = 21771
|
||||
SHA256 (Data-Dumper-Concise-2.021.tar.gz) = 51bef5486e8a4f958983fbac2f0d99b7b8e9f3efcc9ec5d82c2937ff4e24476d
|
||||
SIZE (Data-Dumper-Concise-2.021.tar.gz) = 22628
|
||||
|
Loading…
Reference in New Issue
Block a user