diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-11-20 10:31:54 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-11-20 10:31:54 +0000 |
commit | 29be385a459b24dc0fed7fd5c0e59f1cc013acfb (patch) | |
tree | 8b4ecc6947ddbdf160949a5630dbba34bdc3d59a /x11/p5-Clipboard/Makefile | |
parent | 5523e601065a602b601d4ae999fd96cc4aadda97 (diff) |
Notes
Diffstat (limited to 'x11/p5-Clipboard/Makefile')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index 94680f1a07f2..eb74aa02f793 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Clipboard -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/K/KI/KING @@ -16,20 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Access to X11 clipboard from Perl -BUILD_DEPENDS= ${SITE_PERL}/IO/All.pm:${PORTSDIR}/devel/p5-IO-All \ - ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy +BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy RUN_DEPENDS= ${BUILD_DEPENDS} \ xclip:${PORTSDIR}/x11/xclip PERL_CONFIGURE= yes -MAN1= clipaccumulate.1 clipbrowse.1 clipedit.1 clipjoin.1 +MAN1= clipaccumulate.1 clipbrowse.1 clipedit.1 clipfilter.1 clipjoin.1 MAN3= Clipboard.3 -post-patch: - ${PERL} -i -pe 's|/m;$$|/;|' \ - ${WRKSRC}/lib/Clipboard/Xclip.pm - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 |