1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11/p5-Clipboard/Makefile
Sunpoet Po-Chuan Hsieh 01c387c3ee Update to 0.20
- Add LICENSE_FILE
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Clipboard
2019-07-27 11:57:34 +00:00

29 lines
528 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Clipboard
PORTVERSION= 0.20
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SHLOMIF
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Access to X11 clipboard from Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \
p5-URI>=0:net/p5-URI \
xclip:x11/xclip
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>