naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

20 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/03/20 19:57:24 naddy Exp $
COMMENT = Perl extension to access the x11 clipboard
MODULES = cpan
PKG_ARCH = *
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>