1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11/p5-Clipboard/Makefile
Andrej Zverev a50c1cb647 - Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
2012-06-03 05:56:20 +00:00

29 lines
625 B
Makefile

# 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= p5-Spiffy>=0:${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>