aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SSN-Validate/Makefile
blob: 2bfbe3ba2b1253f43aef908ccb161b21afa9bc07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   p5-SSN-Validate
# Date created:        17 Jan 2006
# Whom:                tiger <tiger@whitetigersd.com>
#
# $FreeBSD$
#

PORTNAME=	SSN-Validate
PORTVERSION=	0.18
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:KMELTZ
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to do SSN Validation

PERL_CONFIGURE=	yes

MAN3=		SSN::Validate.3

test: all
	cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>