pkgsrc/audio/p5-Audio-Scan/Makefile
rhaen f41b0b37ee Updated to 0.93
Changes:

0.93    2011-09-14
        - ASF: Support seeking in a file without an ASF_Index object.
        - Don't use MAX_PATH because this limits path names to only 260 chars on Win32.
2012-01-26 20:57:56 +00:00

21 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/01/26 20:57:56 rhaen Exp $
DISTNAME= Audio-Scan-0.93
PKGNAME= p5-${DISTNAME}
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
PKG_DESTDIR_SUPPORT= user-destdir
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"