Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 14:42:17 +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: r382491 - head/math/p5-Bit-Vector
Message-ID:  <201503281442.t2SEgHZH074982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 28 14:42:16 2015
New Revision: 382491
URL: https://svnweb.freebsd.org/changeset/ports/382491
QAT: https://qat.redports.org/buildarchive/r382491/

Log:
  - Add LICENSE
  - Fix version requirement of *_DEPENDS
  
  PR:		198413
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 20 days)

Modified:
  head/math/p5-Bit-Vector/Makefile

Modified: head/math/p5-Bit-Vector/Makefile
==============================================================================
--- head/math/p5-Bit-Vector/Makefile	Sat Mar 28 14:42:10 2015	(r382490)
+++ head/math/p5-Bit-Vector/Makefile	Sat Mar 28 14:42:16 2015	(r382491)
@@ -10,8 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Library of advanced math functions that includes a Perl OO module
 
-RUN_DEPENDS=	p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



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