mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
19 lines
378 B
Makefile
19 lines
378 B
Makefile
PORTNAME= Module-Info
|
|
DISTVERSION= 0.37
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Provides information about Perl modules
|
|
WWW= https://metacpan.org/pod/Module::Info
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-PathTools>=0:devel/p5-PathTools
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|