mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
21 lines
436 B
Makefile
21 lines
436 B
Makefile
PORTNAME= Module-Metadata
|
|
PORTVERSION= 1.000038
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Gather package and POD information from perl module files
|
|
WWW= https://metacpan.org/release/Module-Metadata
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|