svn commit: r551566 - head/devel/p5-IO-BufferedSelect

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Oct 6 09:39:40 UTC 2020


Author: 0mp
Date: Tue Oct  6 09:39:40 2020
New Revision: 551566
URL: https://svnweb.freebsd.org/changeset/ports/551566

Log:
  Set LICENSE & NO_ARCH

Modified:
  head/devel/p5-IO-BufferedSelect/Makefile

Modified: head/devel/p5-IO-BufferedSelect/Makefile
==============================================================================
--- head/devel/p5-IO-BufferedSelect/Makefile	Tue Oct  6 09:30:59 2020	(r551565)
+++ head/devel/p5-IO-BufferedSelect/Makefile	Tue Oct  6 09:39:40 2020	(r551566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	IO-BufferedSelect
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Line-buffered select interface
 
+LICENSE=	PERL
+LICENSE_NAME=	Perl license
+LICENSE_FILE=	${WRKSRC}/README
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list