svn commit: r428724 - head/x11/p5-X11-Protocol-Other

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 17 12:24:30 UTC 2016


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 at 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>


More information about the svn-ports-head mailing list