blob: cfab3598686b87d4a1150d35f56b893f51d2a6b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Fetch info from WMA audio files
USES= perl5
USE_PERL5= configure
MAN3= Audio::WMA.3
.include <bsd.port.mk>
|