diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-27 11:57:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-27 11:57:34 +0000 |
commit | 01c387c3eefa8b7f53e4af4247b2ba521cd3cd26 (patch) | |
tree | 5021e91a33848727542b800c7641f16c9331f680 /x11/p5-Clipboard/Makefile | |
parent | afcc31fa57627de6b68e1e092f762cfa873e18b4 (diff) |
Notes
Diffstat (limited to 'x11/p5-Clipboard/Makefile')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index a397ef155eba..4039f2ba5e52 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Clipboard -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= x11 perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KING +MASTER_SITE_SUBDIR= CPAN:SHLOMIF PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,13 +13,16 @@ COMMENT= Access to X11 clipboard from Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Spiffy>=0:devel/p5-Spiffy -RUN_DEPENDS:= ${BUILD_DEPENDS} \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \ + p5-URI>=0:net/p5-URI \ xclip:x11/xclip USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> |