aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Net-DAAP-Client/Makefile
blob: ee562d804a4495118ba880e235bcfb6f63a92f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Net-DAAP-Client
PORTVERSION=    0.42
PORTREVISION=   3
CATEGORIES= audio perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Client for Apple iTunes DAAP service

RUN_DEPENDS=    p5-Digest-MD5-M4p>=0:security/p5-Digest-MD5-M4p \
        p5-libwww>=0:www/p5-libwww \
        p5-Net-DAAP-DMAP>=0:audio/p5-Net-DAAP-DMAP
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  modbuild

.include <bsd.port.mk>