7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
565 B
Makefile
20 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/05/29 23:35:15 wiz Exp $
|
|
|
|
DISTNAME= Audio-Scan-0.93
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/
|
|
COMMENT= XS parser for MP3, MP4, Ogg Vorbis, etc
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PERL5_PACKLIST= auto/Audio/Scan/.packlist
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|