aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:11:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:11:14 +0000
commitda1782cab84fbc6e5f823c849a8e8745c0811516 (patch)
tree82acb26a1770a5b00b8039fa9731f942ed82e33e /audio
parent8469af53a76ce8169a2b5ed64133420544bd38b6 (diff)
downloadports-da1782cab84fbc6e5f823c849a8e8745c0811516.tar.gz
ports-da1782cab84fbc6e5f823c849a8e8745c0811516.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Ogg-Vorbis-Header/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile
index 0e42c624aa9f..d9e4315dda73 100644
--- a/audio/p5-Ogg-Vorbis-Header/Makefile
+++ b/audio/p5-Ogg-Vorbis-Header/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Ogg-Vorbis-Header
PORTVERSION= 0.03
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
-BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
+ p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS:= ${BUILD_DEPENDS}