blob: bfe8b41a26a63897eb5f702576ce3e8de7317ad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Net-DAAP-Client
PORTVERSION= 0.42
PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Client for Apple iTunes DAAP service
BUILD_DEPENDS= ${RUN_DEPENDS}
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
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|