1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-SSN-Validate 0.14, perl extension to do SSN Validation.

PR:		ports/91920
Submitted by:	tiger <tiger@whitetigersd.com>
This commit is contained in:
Renato Botelho 2006-01-20 09:33:17 +00:00
parent b4c1063ae9
commit d0581646db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153967
5 changed files with 49 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@
SUBDIR += p5-Return-Value
SUBDIR += p5-SDL
SUBDIR += p5-SPOPS
SUBDIR += p5-SSN-Validate
SUBDIR += p5-SVN-ACL
SUBDIR += p5-SVN-Mirror
SUBDIR += p5-SVN-Notify

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: p5-SSN-Validate
# Date created: 17 Jan 2006
# Whom: tiger <tiger@whitetigersd.com>
#
# $FreeBSD$
#
PORTNAME= SSN-Validate
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/K/KM/KMELTZ
PKGNAMEPREFIX= p5-
MAINTAINER= tiger@whitetigersd.com
COMMENT= Perl extension to do SSN Validation
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= SSN::Validate.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or higher
.endif
test: all
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (SSN-Validate-0.14.tar.gz) = b79e9d7929478e43a7430cf874b0a4ae
SHA256 (SSN-Validate-0.14.tar.gz) = 2eda951bedfb7fedcce710e99cd0d539f3f8184005cff8cfc41a75e3bed551a4
SIZE (SSN-Validate-0.14.tar.gz) = 12326

View File

@ -0,0 +1,8 @@
This module is intented to do some Social Security Number validation
(not verification) beyond just seeing if it contains 9 digits and isn't
all 0s. The data is taken from the Social Security Admin. website,
specifically:
http://www.ssa.gov/foia/stateweb.html
WWW: http://search.cpan.org/dist/SSN-Validate

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/SSN/Validate.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SSN/Validate/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SSN/Validate 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SSN 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/SSN 2>/dev/null || true