svn commit: r484360 - head/devel/p5-Config-Validator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 6 21:57:38 UTC 2018


Author: sunpoet
Date: Tue Nov  6 21:57:34 2018
New Revision: 484360
URL: https://svnweb.freebsd.org/changeset/ports/484360

Log:
  Add NO_ARCH
  
  - Take maintainership

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

Modified: head/devel/p5-Config-Validator/Makefile
==============================================================================
--- head/devel/p5-Config-Validator/Makefile	Tue Nov  6 21:57:26 2018	(r484359)
+++ head/devel/p5-Config-Validator/Makefile	Tue Nov  6 21:57:34 2018	(r484360)
@@ -8,7 +8,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Schema based configuration validation
 
 LICENSE=	ART10 GPLv1+
@@ -20,5 +20,7 @@ RUN_DEPENDS=	p5-No-Worries>=1.0:devel/p5-No-Worries \
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list