svn commit: r398319 - head/www/p5-HTTP-Server-Simple-Authen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:57:29 UTC 2015


Author: sunpoet
Date: Thu Oct  1 15:57:28 2015
New Revision: 398319
URL: https://svnweb.freebsd.org/changeset/ports/398319

Log:
  - Add NO_ARCH

Modified:
  head/www/p5-HTTP-Server-Simple-Authen/Makefile

Modified: head/www/p5-HTTP-Server-Simple-Authen/Makefile
==============================================================================
--- head/www/p5-HTTP-Server-Simple-Authen/Makefile	Thu Oct  1 15:57:24 2015	(r398318)
+++ head/www/p5-HTTP-Server-Simple-Authen/Makefile	Thu Oct  1 15:57:28 2015	(r398319)
@@ -18,8 +18,10 @@ BUILD_DEPENDS=	p5-Authen-Simple>=0.4:${P
 		p5-HTTP-Server-Simple>=0.16:${PORTSDIR}/www/p5-HTTP-Server-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5 shebangfix
+
 SHEBANG_FILES=	server.pl
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list