19 lines
366 B
Makefile
19 lines
366 B
Makefile
PORTNAME= Test-CheckManifest
|
|
PORTVERSION= 1.43
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Check if your Manifest matches your distro
|
|
WWW= https://metacpan.org/release/Test-CheckManifest
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|