aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Versioned/Makefile
blob: 1f2c4310f0be092ed1e916296e1f3c18a76d2792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	Config-Versioned
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	svysh.fbsd@gmail.com
COMMENT=	Simple, versioned access to configuration data
WWW=		https://metacpan.org/release/Config-Versioned

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
		p5-Config-Std>=0:devel/p5-Config-Std \
		p5-Path-Class>=0:devel/p5-Path-Class \
		p5-Git-PurePerl>=0:devel/p5-Git-PurePerl

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>