svn commit: r346662 - head/www/p5-Net-FreshBooks-API

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 1 17:36:12 UTC 2014


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


More information about the svn-ports-head mailing list