forked from Lainports/freebsd-ports
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON. This package provides a Perl 5 implementation of Kwalify. WWW: http://search.cpan.org/dist/Kwalify/
This commit is contained in:
parent
fdbfd65c93
commit
b10df17072
5 changed files with 39 additions and 0 deletions
|
|
@ -410,6 +410,7 @@
|
|||
SUBDIR += p5-IO-CSVHeaderFile
|
||||
SUBDIR += p5-JavaScript-Minifier-XS
|
||||
SUBDIR += p5-KinoSearch
|
||||
SUBDIR += p5-Kwalify
|
||||
SUBDIR += p5-LJ-SpellCheck
|
||||
SUBDIR += p5-Lingua-Conjunction
|
||||
SUBDIR += p5-Lingua-EN-AddressParse
|
||||
|
|
|
|||
23
textproc/p5-Kwalify/Makefile
Normal file
23
textproc/p5-Kwalify/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-Kwalify
|
||||
# Date created: 2008/10/23
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Kwalify
|
||||
PORTVERSION= 1.19
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/S/SR/SREZIC/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Implementation of Kwalify parser, validator and data binding tool
|
||||
|
||||
MAN1= pkwalify.1
|
||||
MAN3= Kwalify.3 Schema::Kwalify.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/p5-Kwalify/distinfo
Normal file
3
textproc/p5-Kwalify/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (Kwalify-1.19.tar.gz) = fd9055f80aafa462f6cf8db27536cc13
|
||||
SHA256 (Kwalify-1.19.tar.gz) = 547cdd8fe20667a7b9280cb01a1fbae1ee44cbe423d369319de4e09a14eb38e8
|
||||
SIZE (Kwalify-1.19.tar.gz) = 14151
|
||||
5
textproc/p5-Kwalify/pkg-descr
Normal file
5
textproc/p5-Kwalify/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Kwalify is a parser, schema validator, and data binding tool for
|
||||
YAML and JSON.
|
||||
This package provides a Perl 5 implementation of Kwalify.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Kwalify/
|
||||
7
textproc/p5-Kwalify/pkg-plist
Normal file
7
textproc/p5-Kwalify/pkg-plist
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
bin/pkwalify
|
||||
%%SITE_PERL%%/Kwalify.pm
|
||||
%%SITE_PERL%%/Schema/Kwalify.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwalify/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwalify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrmtry %%SITE_PERL%%/Schema
|
||||
Loading…
Add table
Reference in a new issue