diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-17 12:24:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-17 12:24:29 +0000 |
commit | 32825186553219af6d2428c4890729879725b4bd (patch) | |
tree | 8e6847a3f1c6cab1c11958c8546836c16f7e93d2 /x11/p5-X11-Protocol-Other | |
parent | 113a8949f7b712213fa687bbe86445c7c7c02ae5 (diff) | |
download | ports-32825186553219af6d2428c4890729879725b4bd.tar.gz ports-32825186553219af6d2428c4890729879725b4bd.zip |
Notes
Diffstat (limited to 'x11/p5-X11-Protocol-Other')
-rw-r--r-- | x11/p5-X11-Protocol-Other/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/p5-X11-Protocol-Other/Makefile b/x11/p5-X11-Protocol-Other/Makefile index 8c6006f2db21..f739181afd9e 100644 --- a/x11/p5-X11-Protocol-Other/Makefile +++ b/x11/p5-X11-Protocol-Other/Makefile @@ -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> |