# New ports collection makefile for: p5-SSN-Validate # Date created: 17 Jan 2006 # Whom: tiger # # $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 .if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6 or higher .endif test: all cd ${WRKSRC} && ${MAKE} test .include