freebsd-ports/x11-toolkits/p5-GdkPixbuf/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

31 lines
843 B
Makefile

# New ports collection makefile for: p5-GdkPixbuf
# Date created: 30 Oct 2000
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= GdkPixbuf
PORTVERSION= 0.7009
PORTREVISION= 4
CATEGORIES= x11-toolkits lang perl5 gnome
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
PKGNAMEPREFIX= p5-
DISTNAME= Gtk-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= The Pixbuf module of Gtk-Perl
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
MAN3= Gtk::Gdk::Pixbuf::reference.3pm
.include <bsd.port.mk>