svn commit: r379666 - head/devel/p5-Module-List

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 23 10:08:59 UTC 2015


Author: sunpoet
Date: Mon Feb 23 10:08:58 2015
New Revision: 379666
URL: https://svnweb.freebsd.org/changeset/ports/379666
QAT: https://qat.redports.org/buildarchive/r379666/

Log:
  - Fix RUN_DEPENDS: parent is already in all supported Perl releases
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/devel/p5-Module-List/Makefile

Modified: head/devel/p5-Module-List/Makefile
==============================================================================
--- head/devel/p5-Module-List/Makefile	Mon Feb 23 10:08:52 2015	(r379665)
+++ head/devel/p5-Module-List/Makefile	Mon Feb 23 10:08:58 2015	(r379666)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Module-List
 PORTVERSION=	0.003
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	oleg at mamontov.net
 COMMENT=	Module 'directory' listing
 
-RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-all mailing list