svn commit: r381806 - head/devel/p5-Module-Starter-PBP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:50 UTC 2015


Author: sunpoet
Date: Sat Mar 21 17:17:49 2015
New Revision: 381806
URL: https://svnweb.freebsd.org/changeset/ports/381806
QAT: https://qat.redports.org/buildarchive/r381806/

Log:
  - Fix *_DEPENDS: version 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-Starter-PBP/Makefile

Modified: head/devel/p5-Module-Starter-PBP/Makefile
==============================================================================
--- head/devel/p5-Module-Starter-PBP/Makefile	Sat Mar 21 17:17:44 2015	(r381805)
+++ head/devel/p5-Module-Starter-PBP/Makefile	Sat Mar 21 17:17:49 2015	(r381806)
@@ -3,8 +3,8 @@
 
 PORTNAME=	Module-Starter-PBP
 PORTVERSION=	0.0.3
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,8 +12,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Create a module as recommended in "Perl Best Practices"
 
-BUILD_DEPENDS=	p5-Module-Starter>=0:${PORTSDIR}/devel/p5-Module-Starter \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Module-Starter>=0:${PORTSDIR}/devel/p5-Module-Starter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list