blob: 78e816434cee8127897e818daa2add9d1305da49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-CheckManifest
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Check if your Manifest matches your distro
USES= perl5
USE_PERL5= configure
MAN3= Test::CheckManifest.3
NO_STAGE= yes
.include <bsd.port.mk>
|