blob: d67549a5549dac30e1fabe023226c74aa918c1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: p5-Ogg-Vorbis-Header
# Date created: Sept 11 2004
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= Audio-WMA
PORTVERSION= 0.7
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Audio
PKGNAMEPREFIX= p5-
MAINTAINER= barner@FreeBSD.org
COMMENT= Fetch info from WMA audio files
PERL_CONFIGURE= yes
MAN3= Audio::WMA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
post-patch:
@${PERL} -pi -e '$$_ = "" if /use 5.008/g;' \
${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>
|