svn commit: r389362 - head/devel/p5-Module-Loaded

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:51:24 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list