openbsd-ports/x11/p5-Clipboard/Makefile
2022-03-11 20:15:18 +00:00

17 lines
283 B
Makefile

COMMENT = Perl extension to access the x11 clipboard
MODULES = cpan
PKG_ARCH = *
DISTNAME = Clipboard-0.13
REVISION = 2
CATEGORIES = x11
MASTER_SITES = http://search.cpan.org/CPAN/authors/id/K/KI/KING/
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = x11/xclip
.include <bsd.port.mk>