Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 17:17:05 +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: r346657 - head/net/p5-Net-Jifty
Message-ID:  <201403011717.s21HH5JM070965@svn.freebsd.org>

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

Log:
  - Add LICENSE
  - Sort *_DEPENDS
  - Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-Net-Jifty/Makefile

Modified: head/net/p5-Net-Jifty/Makefile
==============================================================================
--- head/net/p5-Net-Jifty/Makefile	Sat Mar  1 17:15:09 2014	(r346656)
+++ head/net/p5-Net-Jifty/Makefile	Sat Mar  1 17:17:05 2014	(r346657)
@@ -10,26 +10,22 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl interface to online Jifty applications
 
-RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
-		p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
 		p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
 		p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
-		p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-RUN_DEPENDS+=	p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
-BUILD_DEPENDS+=	p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
-.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?201403011717.s21HH5JM070965>