mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
562 B
Makefile
26 lines
562 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-DAAP-Client
|
|
PORTVERSION= 0.42
|
|
PORTREVISION= 2
|
|
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:${PORTSDIR}/security/p5-Digest-MD5-M4p \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Net-DAAP-DMAP>=0:${PORTSDIR}/audio/p5-Net-DAAP-DMAP
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
NO_STAGE= yes
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Net::DAAP::Client.3
|
|
|
|
.include <bsd.port.mk>
|