mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Test::YAML::Meta - Validation of the META.yml file in a distribution.
WWW: http://search.cpan.org/dist/Test-YAML-Meta/ PR: ports/120631 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
parent
9fe2dacf40
commit
68c6bc2db3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207399
@ -1655,6 +1655,7 @@
|
||||
SUBDIR += p5-Test-Warn
|
||||
SUBDIR += p5-Test-XML
|
||||
SUBDIR += p5-Test-XML-Valid
|
||||
SUBDIR += p5-Test-YAML-Meta
|
||||
SUBDIR += p5-Test-YAML-Valid
|
||||
SUBDIR += p5-Test-use-ok
|
||||
SUBDIR += p5-Text-LevenshteinXS
|
||||
|
28
devel/p5-Test-YAML-Meta/Makefile
Normal file
28
devel/p5-Test-YAML-Meta/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Test-YAML-Meta
|
||||
# Date created: 2008-02-13
|
||||
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-YAML-Meta
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lippemail@gmail.com
|
||||
COMMENT= Validation of the META.yml file in a distribution
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::YAML::Meta::Version.3 \
|
||||
Test::YAML::Meta.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-YAML-Meta/distinfo
Normal file
3
devel/p5-Test-YAML-Meta/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-YAML-Meta-0.06.tar.gz) = 2f573f7cc983b6fc6509790e38cb14ed
|
||||
SHA256 (Test-YAML-Meta-0.06.tar.gz) = 33c22518238e837bc454c2bd12c5d352e258b1ca51d7631c00d37c43a87e23ad
|
||||
SIZE (Test-YAML-Meta-0.06.tar.gz) = 14655
|
3
devel/p5-Test-YAML-Meta/pkg-descr
Normal file
3
devel/p5-Test-YAML-Meta/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test::YAML::Meta - Validation of the META.yml file in a distribution.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-YAML-Meta/
|
7
devel/p5-Test-YAML-Meta/pkg-plist
Normal file
7
devel/p5-Test-YAML-Meta/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML/Meta/.packlist
|
||||
%%SITE_PERL%%/Test/YAML/Meta.pm
|
||||
%%SITE_PERL%%/Test/YAML/Meta/Version.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML/Meta
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML
|
||||
@dirrmtry %%SITE_PERL%%/Test/YAML/Meta
|
||||
@dirrmtry %%SITE_PERL%%/Test/YAML
|
Loading…
Reference in New Issue
Block a user