openbsd-ports/x11/p5-Clipboard/Makefile

19 lines
377 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/30 14:54:46 abieber Exp $
COMMENT = Perl extension to access the x11 clipboard
MODULES = cpan
DISTNAME = Clipboard-0.13
CATEGORIES = x11
MASTER_SITES = http://search.cpan.org/CPAN/authors/id/K/KI/KING/
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = x11/xclip
.include <bsd.port.mk>