Add devel/p5-Data-Types, a perl module for validating and converting data types
PR: 93169 Submitted by: hideo <hideo@lastamericanempire.com>
This commit is contained in:
parent
4bd2dc42c2
commit
23b2440707
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155740
5 changed files with 34 additions and 0 deletions
|
@ -816,6 +816,7 @@
|
|||
SUBDIR += p5-Data-Taxonomy-Tags
|
||||
SUBDIR += p5-Data-TemporaryBag
|
||||
SUBDIR += p5-Data-TreeDumper
|
||||
SUBDIR += p5-Data-Types
|
||||
SUBDIR += p5-Data-UUID
|
||||
SUBDIR += p5-Date-Calc
|
||||
SUBDIR += p5-Date-DayOfWeek
|
||||
|
|
22
devel/p5-Data-Types/Makefile
Normal file
22
devel/p5-Data-Types/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: devel/p5-Data-Types
|
||||
# Date created: 10 February 2006
|
||||
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Types
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
COMMENT= Validate and convert data types
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Data::Types.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Types/distinfo
Normal file
3
devel/p5-Data-Types/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Data-Types-0.05.tar.gz) = b78bec9b55634082afd40b7eafd256aa
|
||||
SHA256 (Data-Types-0.05.tar.gz) = 8a03b049f01bfd7f6fa70fb67b1fa34d9a91d569c829ca0d7a2f60bbbff0ccdb
|
||||
SIZE (Data-Types-0.05.tar.gz) = 5943
|
6
devel/p5-Data-Types/pkg-descr
Normal file
6
devel/p5-Data-Types/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module exports a number of functions that are useful for
|
||||
validating and converting data types. It is intended for use in
|
||||
applications where data types are more important than they
|
||||
typically are in Perl -- e.g., database applications.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Types/
|
2
devel/p5-Data-Types/pkg-plist
Normal file
2
devel/p5-Data-Types/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Data/Types.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in a new issue