mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
23 lines
448 B
Makefile
23 lines
448 B
Makefile
PORTNAME= Module-Path-More
|
|
PORTVERSION= 0.340
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Get path to locally installed Perl module
|
|
WWW= https://metacpan.org/dist/Module-Path-More
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|