freebsd-ports/devel/p5-Config-Versioned/Makefile
2021-04-06 16:31:07 +02:00

24 lines
543 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
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
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
.include <bsd.port.mk>