1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/p5-Clipboard/Makefile
Dag-Erling Smørgrav cded85f907 Reassign all of tobez@'s p5 ports to perl@.
Approved by:	tobez
2018-09-10 11:16:59 +00:00

27 lines
488 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= perl@FreeBSD.org
COMMENT= Access to X11 clipboard from Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Spiffy>=0:devel/p5-Spiffy
RUN_DEPENDS:= ${BUILD_DEPENDS} \
xclip:x11/xclip
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>