svn commit: r523528 - in head/devel: . p5-Test-TrailingSpace
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 19 11:08:54 UTC 2020
Author: sunpoet
Date: Sun Jan 19 11:08:53 2020
New Revision: 523528
URL: https://svnweb.freebsd.org/changeset/ports/523528
Log:
Add p5-Test-TrailingSpace 0.0302
Test::TrailingSpace is used to test for lack of trailing space.
WWW: https://metacpan.org/release/Test-TrailingSpace
Added:
head/devel/p5-Test-TrailingSpace/
head/devel/p5-Test-TrailingSpace/Makefile (contents, props changed)
head/devel/p5-Test-TrailingSpace/distinfo (contents, props changed)
head/devel/p5-Test-TrailingSpace/pkg-descr (contents, props changed)
head/devel/p5-Test-TrailingSpace/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jan 19 11:08:45 2020 (r523527)
+++ head/devel/Makefile Sun Jan 19 11:08:53 2020 (r523528)
@@ -3429,6 +3429,7 @@
SUBDIR += p5-Test-Time
SUBDIR += p5-Test-Timer
SUBDIR += p5-Test-TinyMocker
+ SUBDIR += p5-Test-TrailingSpace
SUBDIR += p5-Test-Trap
SUBDIR += p5-Test-UNIXSock
SUBDIR += p5-Test-Unit
Added: head/devel/p5-Test-TrailingSpace/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-TrailingSpace/Makefile Sun Jan 19 11:08:53 2020 (r523528)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Test-TrailingSpace
+PORTVERSION= 0.0302
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Test for lack of trailing space
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-File-Find-Object-Rule>=0.0301:devel/p5-File-Find-Object-Rule
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/p5-Test-TrailingSpace/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-TrailingSpace/distinfo Sun Jan 19 11:08:53 2020 (r523528)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579412811
+SHA256 (Test-TrailingSpace-0.0302.tar.gz) = c48a6377d84576512b47652798d9d4bb4467adacf0e6afc3df1f880f2c03b612
+SIZE (Test-TrailingSpace-0.0302.tar.gz) = 11717
Added: head/devel/p5-Test-TrailingSpace/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-TrailingSpace/pkg-descr Sun Jan 19 11:08:53 2020 (r523528)
@@ -0,0 +1,3 @@
+Test::TrailingSpace is used to test for lack of trailing space.
+
+WWW: https://metacpan.org/release/Test-TrailingSpace
Added: head/devel/p5-Test-TrailingSpace/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-TrailingSpace/pkg-plist Sun Jan 19 11:08:53 2020 (r523528)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Test/TrailingSpace.pm
+%%PERL5_MAN3%%/Test::TrailingSpace.3.gz
More information about the svn-ports-all
mailing list