1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Set LICENSE & NO_ARCH

This commit is contained in:
Mateusz Piotrowski 2020-10-06 09:39:40 +00:00
parent 1e118e9a73
commit 37ff99c79a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551566

View File

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