mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
This module is used to check the portability across operating systems
of the names of the files present in the distribution of a module. WWW: http://search.cpan.org/dist/Test-Portability-Files/ PR: ports/120442 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
parent
e84cf256b7
commit
0d65dd9499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206927
@ -1626,6 +1626,7 @@
|
||||
SUBDIR += p5-Test-Parser
|
||||
SUBDIR += p5-Test-Pod
|
||||
SUBDIR += p5-Test-Pod-Coverage
|
||||
SUBDIR += p5-Test-Portability-Files
|
||||
SUBDIR += p5-Test-RandomResults
|
||||
SUBDIR += p5-Test-Reporter
|
||||
SUBDIR += p5-Test-Script
|
||||
|
26
devel/p5-Test-Portability-Files/Makefile
Normal file
26
devel/p5-Test-Portability-Files/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Test-Portability-Files
|
||||
# Date created: 2008-02-08
|
||||
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Portability-Files
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lippemail@gmail.com
|
||||
COMMENT= Test::Portability::Files Check file names portability
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Portability::Files.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Test-Portability-Files/distinfo
Normal file
3
devel/p5-Test-Portability-Files/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Portability-Files-0.05.tar.gz) = 2ede77af4d3b82ffb39cd28fda6857e5
|
||||
SHA256 (Test-Portability-Files-0.05.tar.gz) = 60714e29ceab47962ce624593e1e972e0b92ab4c07711a686ad0d650d90be7f7
|
||||
SIZE (Test-Portability-Files-0.05.tar.gz) = 14539
|
4
devel/p5-Test-Portability-Files/pkg-descr
Normal file
4
devel/p5-Test-Portability-Files/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module is used to check the portability across operating systems
|
||||
of the names of the files present in the distribution of a module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Portability-Files/
|
5
devel/p5-Test-Portability-Files/pkg-plist
Normal file
5
devel/p5-Test-Portability-Files/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Portability/Files/.packlist
|
||||
%%SITE_PERL%%/Test/Portability/Files.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Portability/Files
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Portability
|
||||
@dirrmtry %%SITE_PERL%%/Test/Portability
|
Loading…
Reference in New Issue
Block a user