2000-10-29 22:41:38 +01:00
|
|
|
# New ports collection makefile for: p5-Glade
|
|
|
|
# Date created: 30 Oct 2000
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Glade
|
2003-10-26 08:42:04 +01:00
|
|
|
PORTVERSION= 0.7009
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-29 22:41:38 +01:00
|
|
|
CATEGORIES= x11-toolkits lang perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Gtk
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Gtk-Perl-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The Glade interface files of Gtk-Perl
|
2000-10-29 22:41:38 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome
|
2001-05-27 23:00:32 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-10-29 22:41:38 +01:00
|
|
|
|
|
|
|
USE_GNOME= yes
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-10-29 22:41:38 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
|
2001-05-27 23:00:32 +02:00
|
|
|
MAN3= Gtk::GladeXML::reference.3pm
|
|
|
|
|
2003-10-27 18:18:48 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|