SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
net/p5-Net-DAAP-Client/Makefile
Normal file
22
net/p5-Net-DAAP-Client/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= perl client for Apple iTunes DAAP service
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Net-DAAP-Client-0.42
|
||||
REVISION= 1
|
||||
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>
|
2
net/p5-Net-DAAP-Client/distinfo
Normal file
2
net/p5-Net-DAAP-Client/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-DAAP-Client-0.42.tar.gz) = XcaJcEo1uB+gA0QGGmQGsGHYiGOuFhPL4Dh/R30eVB0=
|
||||
SIZE (Net-DAAP-Client-0.42.tar.gz) = 12158
|
1
net/p5-Net-DAAP-Client/pkg/DESCR
Normal file
1
net/p5-Net-DAAP-Client/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Net::DAAP::Client is a client for the DAAP protocol.
|
8
net/p5-Net-DAAP-Client/pkg/PLIST
Normal file
8
net/p5-Net-DAAP-Client/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Net/DAAP/
|
||||
${P5SITE}/Net/DAAP/Client/
|
||||
${P5SITE}/Net/DAAP/Client.pm
|
||||
${P5SITE}/Net/DAAP/Client/v2.pm
|
||||
${P5SITE}/Net/DAAP/Client/v3.pm
|
||||
@man man/man3p/Net::DAAP::Client.3p
|
||||
share/examples/p5-Net-DAAP-Client/
|
||||
share/examples/p5-Net-DAAP-Client/itshell
|
Loading…
Add table
Add a link
Reference in a new issue