mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
33 lines
979 B
Makefile
33 lines
979 B
Makefile
# Created by: clsung@dragon2.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Glib
|
|
PORTVERSION= 1.305
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/${PORTNAME} SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= This module provides access to Glib and GObject libraries
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_GNOME= glib20
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
@${ECHO_MSG} "Some functions of this module require a threaded perl."
|
|
@${ECHO_MSG} "If you intend to use them or experience hangs when"
|
|
@${ECHO_MSG} "using this module, enable the THREADS option in perl."
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
|
|
.include <bsd.port.mk>
|