summaryrefslogtreecommitdiff
path: root/devel/p5-Gtk2-Notify/Makefile
blob: 8ce5b307df99a8b9fdf3febf289fe9b820f6a8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Gtk2-Notify
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lichray@gmail.com
COMMENT=	Perl interface to libnotify

BUILD_DEPENDS=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
		p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
		p5-Glib2>=0:devel/p5-Glib2 \
		p5-Gtk2>=0:x11-toolkits/p5-Gtk2
LIB_DEPENDS=	libnotify.so:devel/libnotify
RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2
TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception

MAKE_JOBS_UNSAFE=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>