- Add LICENSE
- Mark NO_ARCH
This commit is contained in:
parent
113a8949f7
commit
3282518655
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428724
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue