2008-10-28 17:16:56 +01:00
|
|
|
# New ports collection makefile for: p5-Audio-MPD-Common
|
|
|
|
# Date created: 28 Oct 2008
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Audio-MPD-Common
|
2012-04-10 10:34:41 +02:00
|
|
|
PORTVERSION= 1.120881
|
2008-10-28 17:16:56 +01:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-05-08 07:05:47 +02:00
|
|
|
MAINTAINER= sahil@FreeBSD.org
|
2008-10-28 17:16:56 +01:00
|
|
|
COMMENT= A bunch of common helper classes for mpd
|
|
|
|
|
2012-04-10 10:34:41 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-05-08 07:05:47 +02:00
|
|
|
BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
2009-11-16 07:14:08 +01:00
|
|
|
p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \
|
2012-04-10 10:34:41 +02:00
|
|
|
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
|
|
|
|
p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter
|
2011-03-19 21:37:37 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-10-28 17:16:56 +01:00
|
|
|
|
2010-05-08 07:05:47 +02:00
|
|
|
PERL_MODBUILD= yes
|
2008-10-28 17:16:56 +01:00
|
|
|
|
|
|
|
MAN3= Audio::MPD::Common.3 \
|
|
|
|
Audio::MPD::Common::Item.3 \
|
|
|
|
Audio::MPD::Common::Item::Directory.3 \
|
|
|
|
Audio::MPD::Common::Item::Song.3 \
|
|
|
|
Audio::MPD::Common::Item::Playlist.3 \
|
2011-03-19 21:37:37 +01:00
|
|
|
Audio::MPD::Common::Output.3 \
|
2008-10-28 17:16:56 +01:00
|
|
|
Audio::MPD::Common::Stats.3 \
|
|
|
|
Audio::MPD::Common::Status.3 \
|
2009-11-16 07:14:08 +01:00
|
|
|
Audio::MPD::Common::Time.3 \
|
|
|
|
Audio::MPD::Common::Types.3
|
2008-10-28 17:16:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|