mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
27 lines
497 B
Makefile
27 lines
497 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.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>
|