svn commit: r355242 - head/devel/p5-Config-ApacheFormat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:42:51 UTC 2014


Author: sunpoet
Date: Sun May 25 12:42:50 2014
New Revision: 355242
URL: http://svnweb.freebsd.org/changeset/ports/355242
QAT: https://qat.redports.org/buildarchive/r355242/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases
    - Add missing RUN_DEPENDS
    - Bump PORTREVISION for dependency change
  
  PR:		ports/189612
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Config-ApacheFormat/Makefile

Modified: head/devel/p5-Config-ApacheFormat/Makefile
==============================================================================
--- head/devel/p5-Config-ApacheFormat/Makefile	Sun May 25 12:42:46 2014	(r355241)
+++ head/devel/p5-Config-ApacheFormat/Makefile	Sun May 25 12:42:50 2014	(r355242)
@@ -3,15 +3,19 @@
 
 PORTNAME=	Config-ApacheFormat
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Parse a configuration file in the same syntax as the Apache web server
 
-BUILD_DEPENDS=	p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
-		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list