mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
00bda700bc
Approved by: portmgr (blanket infrastructure)
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Clipboard
|
|
PORTVERSION= 0.13
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|