Files
bsdports/perl/p5-File-ShareDir/Makefile
2022-12-15 16:52:56 +02:00

19 lines
402 B
Makefile

PORTNAME= File-ShareDir
PORTVERSION= 1.118
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Locate per-dist and per-module shared files
WWW= https://metacpan.org/release/File-ShareDir
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Inspector>=1.12:perl/p5-Class-Inspector
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>