25 lines
552 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:51 naddy 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_CDROM= Yes
2010-11-19 22:31:32 +00:00
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>