svn commit: r395263 - head/devel/p5-Dancer-Debug

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:51:33 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	perl at 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>


More information about the svn-ports-all mailing list