blob: a5f5bb5288eff1a542842c662fe9f35f54928c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Ogg-Vorbis-Header-PurePerl
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dominique.goncalves@gmail.com
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
USES= perl5 shebangfix
SHEBANG_FILES= ogginfo.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|