mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21 lines
372 B
Makefile
21 lines
372 B
Makefile
# Created by: tiger <tiger@whitetigersd.com>
|
|
|
|
PORTNAME= SSN-Validate
|
|
PORTVERSION= 0.18
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:KMELTZ
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to do SSN Validation
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
test: all
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|