Add p5-Test-HasVersion 0.01, check Perl modules have version numbers.

PR:		ports/100368
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-16 15:23:39 +00:00
parent 24fef6a5e0
commit 731889e6f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167981
5 changed files with 43 additions and 0 deletions

View File

@ -1323,6 +1323,7 @@
SUBDIR += p5-Test-File
SUBDIR += p5-Test-File-Contents
SUBDIR += p5-Test-Harness
SUBDIR += p5-Test-HasVersion
SUBDIR += p5-Test-Inline
SUBDIR += p5-Test-LectroTest
SUBDIR += p5-Test-LongString

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Test-HasVersion
# Date created: 2006-07-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Test-HasVersion
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Check Perl modules have version numbers
PERL_CONFIGURE= yes
MAN3= Test::HasVersion.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-HasVersion-0.01.tar.gz) = 1cb32d4db86d5767b84c3c740aca967d
SHA256 (Test-HasVersion-0.01.tar.gz) = 87a74763a9fcc4e9d52f9146730e83ea88720e269c50c5e3d307aaf8b405af98
SIZE (Test-HasVersion-0.01.tar.gz) = 5026

View File

@ -0,0 +1,4 @@
Test::HasVersion lets you check a Perl module has a version number in
a Test::Simple fashion.
WWW: http://search.cpan.org/dist/Test-HasVersion/

View File

@ -0,0 +1,7 @@
@comment $FreeBSD$
bin/test_version
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HasVersion/.packlist
%%SITE_PERL%%/Test/HasVersion.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HasVersion
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test