svn commit: r376481 - head/devel/p5-B-Generate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 17:56:11 UTC 2015


Author: sunpoet
Date: Wed Jan  7 17:56:10 2015
New Revision: 376481
URL: https://svnweb.freebsd.org/changeset/ports/376481
QAT: https://qat.redports.org/buildarchive/r376481/

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

Modified:
  head/devel/p5-B-Generate/Makefile

Modified: head/devel/p5-B-Generate/Makefile
==============================================================================
--- head/devel/p5-B-Generate/Makefile	Wed Jan  7 17:56:05 2015	(r376480)
+++ head/devel/p5-B-Generate/Makefile	Wed Jan  7 17:56:10 2015	(r376481)
@@ -2,7 +2,7 @@
 
 PORTNAME=	B-Generate
 PORTVERSION=	1.47
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Create your own Perl op trees
 
-COMMON_DEPENDS=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list