aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gtk2-Notify/Makefile
blob: 3060197fe5a1927a7f398531aa5a7bbd33537d25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Gtk2-Notify
PORTVERSION=	0.05
PORTREVISION=	3
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lichray@gmail.com
COMMENT=	Perl interface to libnotify
WWW=		https://metacpan.org/release/Gtk2-Notify

BUILD_DEPENDS=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
		p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
		p5-Glib>=0:devel/p5-Glib \
		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>