c36ad3d129
- Convert to "magic" master sites - Various minor portlint-prodded fixes
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# New ports collection makefile for: p5-Audio-Musepack
|
|
# Date created: 21 July 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Audio-Musepack
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Interface to Musepack file information and APE tag fields
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Audio::APETags.3 \
|
|
Audio::Musepack.3
|
|
|
|
.include <bsd.port.mk>
|