mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
- Add LICENSE_FILE - Sort PLIST Changes: https://metacpan.org/dist/Module-Metadata/changes
20 lines
385 B
Makefile
20 lines
385 B
Makefile
PORTNAME= Module-Metadata
|
|
PORTVERSION= 1.000037
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|