openbsd-ports/devel/p5-Glib2/Makefile
msf 41842c4f1c - initial import of Glib2-1.101
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

ok sturm@
2005-10-07 17:49:23 +00:00

34 lines
679 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/10/07 17:49:23 msf Exp $
SHARED_ONLY= Yes
COMMENT= "perl interface to the Glib libraries"
V= 1.101
DISTNAME= Glib-${V}
PKGNAME= p5-Glib2-${V}
CATEGORIES= x11 devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Glib/}
MODULES= devel/gettext
USE_GMAKE= Yes
LIB_DEPENDS= glib-2.0.0.0,gobject-2.0.0.0::devel/glib2
BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig
CONFIGURE_STYLE= perl
CONFIGURE_ARGS= --disable-threadsafe
.include <bsd.port.mk>