[Midnightbsd-cvs] mports: mports/textproc:
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Mar 21 16:04:13 EDT 2008
Log Message:
-----------
Modified Files:
--------------
mports/textproc:
Makefile (r1.83 -> r1.84)
Added Files:
-----------
mports/textproc/p5-Test-Perl-Critic:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.83
retrieving revision 1.84
diff -L textproc/Makefile -L textproc/Makefile -u -r1.83 -r1.84
--- textproc/Makefile
+++ textproc/Makefile
@@ -61,6 +61,7 @@
SUBDIR += p5-SGMLSpm
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Diff
+ SUBDIR += p5-Test-Perl-Critic
SUBDIR += p5-Text-Reform
SUBDIR += p5-Text-Tabs+Wrap
SUBDIR += p5-XML-DOM
--- /dev/null
+++ textproc/p5-Test-Perl-Critic/pkg-descr
@@ -0,0 +1,6 @@
+Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
+suitable for test programs written using the Test::More framework. This
+makes it easy to integrate coding-standards enforcement into the build
+process.
+
+WWW: http://search.cpan.org/dist/Test-Perl-Critic/
--- /dev/null
+++ textproc/p5-Test-Perl-Critic/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Perl/Critic/.packlist
+%%SITE_PERL%%/Test/Perl/Critic.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Perl/Critic
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Perl
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+ at dirrmtry %%SITE_PERL%%/Test/Perl
+ at dirrmtry %%SITE_PERL%%/Test
--- /dev/null
+++ textproc/p5-Test-Perl-Critic/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Test-Perl-Critic
+# Date created: 2007/06/07
+# Whom: chinsan
+#
+# $MidnightBSD: mports/textproc/p5-Test-Perl-Critic/Makefile,v 1.1 2008/03/21 20:04:10 laffer1 Exp $
+# $FreeBSD: ports/textproc/p5-Test-Perl-Critic/Makefile,v 1.1 2007/07/28 11:47:09 chinsan Exp $
+#
+
+PORTNAME= Test-Perl-Critic
+PORTVERSION= 1.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Test/THALJEF/testperlcritic
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Use Perl::Critic in test programs
+
+BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::Perl::Critic.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-Test-Perl-Critic/distinfo
@@ -0,0 +1,3 @@
+MD5 (Test-Perl-Critic-1.01.tar.gz) = 6a4f0da724a0c3bc664e8cbf1f9a67c8
+SHA256 (Test-Perl-Critic-1.01.tar.gz) = 8598ff3cd33154ab08fdc2ad8ac2dc46f8afd4ec17c7a28f706c4dbb01ea8164
+SIZE (Test-Perl-Critic-1.01.tar.gz) = 18590
More information about the Midnightbsd-cvs
mailing list