openbsd-ports/net/p5-Net-DAAP-Client/Makefile

25 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:36 sthen Exp $
COMMENT= perl client for Apple iTunes DAAP service
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-DAAP-Client-0.42
REVISION= 0
CATEGORIES= net
# same as perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-libwww \
net/p5-Net-DAAP-DMAP \
security/p5-Digest-MD5-M4p
BUILD_DEPENDS= ${RUN_DEPENDS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-DAAP-Client
${INSTALL_SCRIPT} ${WRKSRC}/examples/itshell \
${PREFIX}/share/examples/p5-Net-DAAP-Client
.include <bsd.port.mk>