freebsd-ports/devel/p5-SSN-Validate/Makefile
Renato Botelho d0581646db Add p5-SSN-Validate 0.14, perl extension to do SSN Validation.
PR:		ports/91920
Submitted by:	tiger <tiger@whitetigersd.com>
2006-01-20 09:33:17 +00:00

32 lines
704 B
Makefile

# 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>