Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 14:51:33 +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: r395263 - head/devel/p5-Dancer-Debug
Message-ID:  <201508251451.t7PEpXGp079340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 25 14:51:32 2015
New Revision: 395263
URL: https://svnweb.freebsd.org/changeset/ports/395263

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Remove MASTER_SITE_SUBDIR
  - Pass maintainership to perl@

Modified:
  head/devel/p5-Dancer-Debug/Makefile

Modified: head/devel/p5-Dancer-Debug/Makefile
==============================================================================
--- head/devel/p5-Dancer-Debug/Makefile	Tue Aug 25 14:51:27 2015	(r395262)
+++ head/devel/p5-Dancer-Debug/Makefile	Tue Aug 25 14:51:32 2015	(r395263)
@@ -6,18 +6,21 @@ PORTVERSION=	0.03
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:FRANCKC
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Dancer::Debug - Extend Plack::Middleware::Debug
 
-RUN_DEPENDS=	p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
 		p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
 		p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	yes
 
 .include <bsd.port.mk>



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