1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11/p5-Clipboard/Makefile
Jason E. Hale d2dd55b3ad - Update to 0.13 [1]
- Trim Makefile header

PR:		ports/168194 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	tobez (maintainer timeout, 5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 23:56:16 +00:00

24 lines
518 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Clipboard
PORTVERSION= 0.13
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KING
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Access to X11 clipboard from Perl
BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy
RUN_DEPENDS:= ${BUILD_DEPENDS} \
xclip:${PORTSDIR}/x11/xclip
PERL_CONFIGURE= yes
MAN1= clipaccumulate.1 clipbrowse.1 clipedit.1 clipfilter.1 clipjoin.1
MAN3= Clipboard.3
.include <bsd.port.mk>