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

21 lines
412 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
PORTNAME= Config-Record
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Configuration file access
LICENSE= GPLv2
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>