Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 12:07:48 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371049 - in head/devel: . p5-Test-Prereq
Message-ID:  <201410171207.s9HC7mOl008066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Oct 17 12:07:47 2014
New Revision: 371049
URL: https://svnweb.freebsd.org/changeset/ports/371049
QAT: https://qat.redports.org/buildarchive/r371049/

Log:
  Test::Prereq is a Perl module for checking if Makefile.PL
  has the right pre-requisites.
  
  WWW: https://github.com/briandfoy/test-prereq
  
  PR:		ports/193711
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Added:
  head/devel/p5-Test-Prereq/
  head/devel/p5-Test-Prereq/Makefile   (contents, props changed)
  head/devel/p5-Test-Prereq/distinfo   (contents, props changed)
  head/devel/p5-Test-Prereq/pkg-descr   (contents, props changed)
  head/devel/p5-Test-Prereq/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct 17 11:45:36 2014	(r371048)
+++ head/devel/Makefile	Fri Oct 17 12:07:47 2014	(r371049)
@@ -2946,6 +2946,7 @@
     SUBDIR += p5-Test-Pod-Coverage
     SUBDIR += p5-Test-Pod-Coverage-Permissive
     SUBDIR += p5-Test-Portability-Files
+    SUBDIR += p5-Test-Prereq
     SUBDIR += p5-Test-RandomResults
     SUBDIR += p5-Test-Refcount
     SUBDIR += p5-Test-Reporter

Added: head/devel/p5-Test-Prereq/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Prereq/Makefile	Fri Oct 17 12:07:47 2014	(r371049)
@@ -0,0 +1,23 @@
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Test-Prereq
+PORTVERSION=	1.038
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd@gmail.com
+COMMENT=	Check if Makefile.PL has the right pre-requisites
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Module-Info>=0:${PORTSDIR}/devel/p5-Module-Info
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Test-Prereq/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Prereq/distinfo	Fri Oct 17 12:07:47 2014	(r371049)
@@ -0,0 +1,2 @@
+SHA256 (Test-Prereq-1.038.tar.gz) = 88fd8eb2a48ce764ce592e05e13a7512d4ddb453cf3d8a87c88a5163d89142b6
+SIZE (Test-Prereq-1.038.tar.gz) = 10625

Added: head/devel/p5-Test-Prereq/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Prereq/pkg-descr	Fri Oct 17 12:07:47 2014	(r371049)
@@ -0,0 +1,4 @@
+Perl module for checking if Makefile.PL has the right
+pre-requisites.
+
+WWW: https://github.com/briandfoy/test-prereq

Added: head/devel/p5-Test-Prereq/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Prereq/pkg-plist	Fri Oct 17 12:07:47 2014	(r371049)
@@ -0,0 +1,9 @@
+%%PERL5_MAN3%%/Test::Prereq.3.gz
+%%PERL5_MAN3%%/Test::Prereq::Build.3.gz
+%%SITE_PERL%%/Test/Prereq.pm
+%%SITE_PERL%%/Test/Prereq/Build.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Prereq/.packlist
+@dirrm %%SITE_PERL%%/Test/Prereq
+@dirrmtry %%SITE_PERL%%/Test
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Prereq
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410171207.s9HC7mOl008066>