freebsd-ports/devel/p5-Module-Info-File/Makefile
2021-04-06 16:31:07 +02:00

24 lines
486 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Module-Info-File
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Retrieves module information from a file or script
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Module-Info>=0.20:devel/p5-Module-Info \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>