1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11/p5-Clipboard/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

23 lines
434 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Clipboard
PORTVERSION= 0.13
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:devel/p5-Spiffy
RUN_DEPENDS:= ${BUILD_DEPENDS} \
xclip:x11/xclip
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>