freebsd-ports/devel/p5-Test-CheckManifest/Makefile
Sunpoet Po-Chuan Hsieh 0ff12c8334 - Update to 1.28
- Remove unnecessary MASTER_SITE_SUBDIR
- Add LICENSE

Changes:	http://search.cpan.org/dist/Test-CheckManifest/Changes
2014-01-20 17:24:48 +00:00

18 lines
327 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-CheckManifest
PORTVERSION= 1.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Check if your Manifest matches your distro
LICENSE= ART20
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>