freebsd-ports/audio/p5-Audio-Musepack/Makefile
Andrew Pantyukhin c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00

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>