Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 17:36:12 +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: r346662 - head/www/p5-Net-FreshBooks-API
Message-ID:  <201403011736.s21HaC1c079318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  1 17:36:11 2014
New Revision: 346662
URL: http://svnweb.freebsd.org/changeset/ports/346662
QAT: https://qat.redports.org/buildarchive/r346662/

Log:
  - Add LICENSE
  - Remove outdated PERL_LEVEL check

Modified:
  head/www/p5-Net-FreshBooks-API/Makefile

Modified: head/www/p5-Net-FreshBooks-API/Makefile
==============================================================================
--- head/www/p5-Net-FreshBooks-API/Makefile	Sat Mar  1 17:25:28 2014	(r346661)
+++ head/www/p5-Net-FreshBooks-API/Makefile	Sat Mar  1 17:36:11 2014	(r346662)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Easy OO access to the FreshBooks.com API
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-B-Hooks-EndOfScope>=0.09:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
 		p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
 		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
@@ -38,11 +41,4 @@ TEST_DEPENDS=	p5-File-Slurp>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	modbuild
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-RUN_DEPENDS+=	p5-parent>=0.224:${PORTSDIR}/devel/p5-parent
-TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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