22 lines
450 B
Makefile
22 lines
450 B
Makefile
# New ports collection makefile for: devel/p5-Test-CheckManifest
|
|
# Date created: 27 June 2012
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::CheckManifest.3
|
|
|
|
.include <bsd.port.mk>
|