mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
- Bump PORTREVISION of the following dependent ports for dependency change - databases/p5-DBIx-QuickDB - devel/p5-Shell-Config-Generate - devel/p5-Test-Archive-Libarchive - devel/p5-Test-Future-IO-Impl - devel/p5-Test2-Harness - devel/p5-Test2-Harness-UI - devel/p5-Test2-Plugin-DBIProfile Test2-Suite has been merged into Test-Simple since 1.302200. Reference: https://metacpan.org/dist/Test-Simple/changes
26 lines
586 B
Makefile
26 lines
586 B
Makefile
PORTNAME= Config-AWS
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse AWS config files
|
|
WWW= https://metacpan.org/dist/Config-AWS
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Exporter-Tiny>=1:devel/p5-Exporter-Tiny \
|
|
p5-Path-Tiny>=0.076:devel/p5-Path-Tiny \
|
|
p5-Ref-Util>=0:devel/p5-Ref-Util
|
|
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|