aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gnome2-GConf/Makefile
blob: eddc53c680fcdd21e33f06ae00cb1b8ea4d337e0 (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
# Created by: Jean-Yves Lefort <jylefort@brutele.be>

PORTNAME=	Gnome2-GConf
PORTVERSION=	1.044
PORTREVISION=	8
CATEGORIES=	devel gnome perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl bindings for the GConf2 configuration engine

BUILD_DEPENDS=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
		p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
		p5-Gtk2>=0:x11-toolkits/p5-Gtk2
RUN_DEPENDS=	p5-Glib>=0:devel/p5-Glib

USES=		gnome perl5
USE_GNOME=	gconf2
USE_PERL5=	configure

MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>