freebsd-ports/devel/p5-Module-Info-File/Makefile
2019-09-07 22:47:23 +00:00

25 lines
498 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
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>