mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-Net-DAAP-DMAP 1.24, Perl module for reading and writing DAAP
structures.
This commit is contained in:
parent
ef98ae7365
commit
3d80b73994
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115691
@ -270,6 +270,7 @@
|
||||
SUBDIR += p5-MusicBrainz-Queries
|
||||
SUBDIR += p5-MusicBrainz-TRM
|
||||
SUBDIR += p5-Net-DAAP-Client-Auth
|
||||
SUBDIR += p5-Net-DAAP-DMAP
|
||||
SUBDIR += p5-Shout
|
||||
SUBDIR += p5-Xmms
|
||||
SUBDIR += p5-dapple
|
||||
|
31
audio/p5-Net-DAAP-DMAP/Makefile
Normal file
31
audio/p5-Net-DAAP-DMAP/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Net-DAAP-DMAP
|
||||
# Date created: 2004-08-08
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DAAP-DMAP
|
||||
PORTVERSION= 1.24
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Perl module for reading and writing DAAP structures
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::DAAP::DMAP.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
audio/p5-Net-DAAP-DMAP/distinfo
Normal file
2
audio/p5-Net-DAAP-DMAP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Net-DAAP-DMAP-1.24.tar.gz) = 52ff923aa4d8c3b2f59089e2e614c2be
|
||||
SIZE (Net-DAAP-DMAP-1.24.tar.gz) = 9335
|
4
audio/p5-Net-DAAP-DMAP/pkg-descr
Normal file
4
audio/p5-Net-DAAP-DMAP/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Net::DAAP::DMAP is a Perl module for reading and writing DMAP
|
||||
structures, the binary structure used in Apple's DAAP protocol.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DAAP-DMAP/
|
3
audio/p5-Net-DAAP-DMAP/pkg-plist
Normal file
3
audio/p5-Net-DAAP-DMAP/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Net/DAAP/DMAP.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user