aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-CPAN-Meta-YAML/Makefile
blob: 0df4a4adce2a2de648ceca5b53c6e5c70074a082 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Test-CPAN-Meta-YAML
PORTVERSION=    0.25
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Validate a META.yml file within a CPAN distribution

LICENSE=    ART20

BUILD_DEPENDS=  p5-Test-YAML-Valid>=0.03:devel/p5-Test-YAML-Valid
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>