mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
30 lines
533 B
Makefile
30 lines
533 B
Makefile
# 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= 1.1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|