aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile
blob: 374f25f3e403ca65ce72c9cb558e0b07447ead66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Dominique Goncalves <dominique.goncalves@gmail.com>
# $FreeBSD$

PORTNAME=   Ogg-Vorbis-Header-PurePerl
PORTVERSION=    1.0
PORTREVISION=   3
CATEGORIES= audio perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR=Ogg
PKGNAMEPREFIX=  p5-

MAINTAINER= dominique.goncalves@gmail.com
COMMENT=    Manipulate / fetch info from Ogg-Vorbis audio files

LIB_DEPENDS=    libogg.so:${PORTSDIR}/audio/libogg \
        libvorbis.so:${PORTSDIR}/audio/libvorbis

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>