pkgsrc/multimedia/p5-GStreamer/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

28 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/05/31 12:41:31 wiz Exp $
DISTNAME= GStreamer-0.17
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/GStreamer/
COMMENT= Perl interface to the GStreamer library
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig
MAKE_JOBS_SAFE= no
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
PERL5_PACKLIST= auto/GStreamer/.packlist
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.180
.include "../../devel/p5-glib2/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"