mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
PORTNAME= Module-Extract-VERSION
|
|
PORTVERSION= 1.118
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extract the version of a Perl module
|
|
WWW= https://metacpan.org/dist/Module-Extract-VERSION
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|