Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:51:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389362 - head/devel/p5-Module-Loaded
Message-ID:  <201506131351.t5DDpNQG045596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 13 13:51:23 2015
New Revision: 389362
URL: https://svnweb.freebsd.org/changeset/ports/389362

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership

Modified:
  head/devel/p5-Module-Loaded/Makefile
  head/devel/p5-Module-Loaded/pkg-descr

Modified: head/devel/p5-Module-Loaded/Makefile
==============================================================================
--- head/devel/p5-Module-Loaded/Makefile	Sat Jun 13 13:51:17 2015	(r389361)
+++ head/devel/p5-Module-Loaded/Makefile	Sat Jun 13 13:51:23 2015	(r389362)
@@ -8,10 +8,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Mark modules as loaded or unloaded
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Module-Loaded/pkg-descr
==============================================================================
--- head/devel/p5-Module-Loaded/pkg-descr	Sat Jun 13 13:51:17 2015	(r389361)
+++ head/devel/p5-Module-Loaded/pkg-descr	Sat Jun 13 13:51:23 2015	(r389362)
@@ -1,8 +1,7 @@
 When testing applications, often you find yourself needing to provide
 functionality in your test environment that would usually be provided by
-external modules. Rather than munging the %INC by hand to mark these
-external modules as loaded, so they are not attempted to be loaded by
-perl, this module offers you a very simple way to mark modules as loaded
-and/or unloaded.
+external modules. Rather than munging the %INC by hand to mark these external
+modules as loaded, so they are not attempted to be loaded by perl, this module
+offers you a very simple way to mark modules as loaded and/or unloaded.
 
-WWW: http://search.cpan.org/dist/Module-Loaded
+WWW: http://search.cpan.org/dist/Module-Loaded/



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