1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/p5-Glib2/Makefile
Steve Wills ad82aea7cb - Update to 1.303
- Respect upstream naming:
- Update PORTNAME
- Use PKGNAMESUFFIX
- Remove unnecessary DISTNAME
- Support STAGEDIR

PR:		ports/184704
Submitted by:	sunpoet
2013-12-18 03:21:46 +00:00

33 lines
979 B
Makefile

# Created by: clsung@dragon2.net
# $FreeBSD$
PORTNAME= Glib
PORTVERSION= 1.303
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>