aboutsummaryrefslogtreecommitdiffstats
path: root/x11/p5-Clipboard/Makefile
blob: f41a181e52262739597a64d8f536f5a86b53fd17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    x11/p5-Clipboard
# Date created:             14 October 2005
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Clipboard
PORTVERSION=    0.09
PORTREVISION=   1
CATEGORIES= x11 perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:KING
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Access to X11 clipboard from Perl

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 clipfilter.1 clipjoin.1
MAN3=   Clipboard.3

.include <bsd.port.mk>