svn commit: r382491 - head/math/p5-Bit-Vector

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 14:42:17 UTC 2015


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 at 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


More information about the svn-ports-head mailing list