mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Test::Synopsis is an (author) test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check.
WWW: http://search.cpan.org/dist/Test-Synopsis/ PR: ports/142908 Submitted by: Takuya Tsuchida <tsucchi@cpan.org> Approved by: miwi (mentor)
This commit is contained in:
parent
7a6a368b94
commit
31e36f86c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249141
5 changed files with 37 additions and 0 deletions
|
@ -2104,6 +2104,7 @@
|
|||
SUBDIR += p5-Test-Spelling
|
||||
SUBDIR += p5-Test-Strict
|
||||
SUBDIR += p5-Test-SubCalls
|
||||
SUBDIR += p5-Test-Synopsis
|
||||
SUBDIR += p5-Test-TAP-HTMLMatrix
|
||||
SUBDIR += p5-Test-TAP-Model
|
||||
SUBDIR += p5-Test-TCP
|
||||
|
|
25
devel/p5-Test-Synopsis/Makefile
Normal file
25
devel/p5-Test-Synopsis/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Test-Synopsis
|
||||
# Date created: 2010-01-17
|
||||
# Whom: Takuya Tsuchida <tsucchi@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Synopsis
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tsucchi@cpan.org
|
||||
COMMENT= Test your SYNOPSIS code in CPAN module
|
||||
|
||||
BUILD_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \
|
||||
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \
|
||||
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
MAN3= Test::Synopsis.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Synopsis/distinfo
Normal file
3
devel/p5-Test-Synopsis/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Test-Synopsis-0.06.tar.gz) = 6114b3d3f354ad864d83fb8689934ca1
|
||||
SHA256 (Test-Synopsis-0.06.tar.gz) = fb3eed184eaf8a3c2338ec14b7235fa75fc43cf5f3774d927a4c947a5141db1b
|
||||
SIZE (Test-Synopsis-0.06.tar.gz) = 41366
|
5
devel/p5-Test-Synopsis/pkg-descr
Normal file
5
devel/p5-Test-Synopsis/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Test::Synopsis is an (author) test module to find .pm or .pod files under
|
||||
your lib directory and then make sure the example snippet code in your
|
||||
SYNOPSIS section passes the perl compile check.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Synopsis/
|
3
devel/p5-Test-Synopsis/pkg-plist
Normal file
3
devel/p5-Test-Synopsis/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Test/Synopsis.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Synopsis/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Synopsis
|
Loading…
Add table
Reference in a new issue