1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Gnome2-GConf/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

36 lines
901 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= Gnome2-GConf
PORTVERSION= 1.044
PORTREVISION= 5
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:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2
USES= perl5
USE_PERL5= configure
USE_GNOME= gconf2
MAKE_JOBS_UNSAFE= yes
MAN3= Gnome2::GConf.3 \
Gnome2::GConf::ChangeSet.3 \
Gnome2::GConf::Client.3 \
Gnome2::GConf::Engine.3 \
Gnome2::GConf::Entry.3 \
Gnome2::GConf::Schema.3 \
Gnome2::GConf::Value.3 \
Gnome2::GConf::index.3 \
Gnome2::GConf::main.3 \
Gnome2::GConf::version.3
.include <bsd.port.mk>