2013-09-11 11:54:08 +02:00
|
|
|
# Created by: Dominique Goncalves <dominique.goncalves@gmail.com>
|
2007-09-17 19:48:25 +02:00
|
|
|
|
|
|
|
PORTNAME= Ogg-Vorbis-Header-PurePerl
|
2009-02-27 03:14:07 +01:00
|
|
|
PORTVERSION= 1.0
|
2015-05-31 15:15:59 +02:00
|
|
|
PORTREVISION= 5
|
2007-09-17 19:48:25 +02:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= dominique.goncalves@gmail.com
|
|
|
|
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
|
|
|
libvorbis.so:audio/libvorbis
|
2007-09-17 19:48:25 +02:00
|
|
|
|
2015-05-31 15:15:59 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= ogginfo.pl
|
2013-09-11 11:54:08 +02:00
|
|
|
USE_PERL5= configure
|
2015-05-31 15:15:59 +02:00
|
|
|
NO_ARCH= yes
|
2007-09-17 19:48:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|