Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 12:24:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428724 - head/x11/p5-X11-Protocol-Other
Message-ID:  <201612171224.uBHCOT7L064578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Dec 17 12:24:29 2016
New Revision: 428724
URL: https://svnweb.freebsd.org/changeset/ports/428724

Log:
  - Add LICENSE
  - Mark NO_ARCH

Modified:
  head/x11/p5-X11-Protocol-Other/Makefile

Modified: head/x11/p5-X11-Protocol-Other/Makefile
==============================================================================
--- head/x11/p5-X11-Protocol-Other/Makefile	Sat Dec 17 12:21:10 2016	(r428723)
+++ head/x11/p5-X11-Protocol-Other/Makefile	Sat Dec 17 12:24:29 2016	(r428724)
@@ -3,6 +3,7 @@
 
 PORTNAME=	X11-Protocol-Other
 PORTVERSION=	29
+PORTREVISION=	1
 CATEGORIES=	x11 perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Module for window manager related functions for use by client programs
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	p5-X11-Protocol>=0:x11/p5-X11-Protocol
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 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?201612171224.uBHCOT7L064578>