diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-08-08 22:27:46 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-08-08 22:27:46 +0000 |
commit | 3d80b7399435ae875c3575aa733e541319cf0dda (patch) | |
tree | d1be523512b6ddd8ac64cb37970e3b7aa9235384 /audio/p5-Net-DAAP-DMAP | |
parent | ef98ae73657bfec6b744c9fa665a8b6119712657 (diff) | |
download | ports-3d80b7399435ae875c3575aa733e541319cf0dda.tar.gz ports-3d80b7399435ae875c3575aa733e541319cf0dda.zip |
Notes
Diffstat (limited to 'audio/p5-Net-DAAP-DMAP')
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/Makefile | 31 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/distinfo | 2 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/pkg-descr | 4 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/pkg-plist | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/p5-Net-DAAP-DMAP/Makefile b/audio/p5-Net-DAAP-DMAP/Makefile new file mode 100644 index 000000000000..a05f7b70245a --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/Makefile @@ -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> diff --git a/audio/p5-Net-DAAP-DMAP/distinfo b/audio/p5-Net-DAAP-DMAP/distinfo new file mode 100644 index 000000000000..71034004bebb --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-DAAP-DMAP-1.24.tar.gz) = 52ff923aa4d8c3b2f59089e2e614c2be +SIZE (Net-DAAP-DMAP-1.24.tar.gz) = 9335 diff --git a/audio/p5-Net-DAAP-DMAP/pkg-descr b/audio/p5-Net-DAAP-DMAP/pkg-descr new file mode 100644 index 000000000000..229a36b14253 --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/pkg-descr @@ -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/ diff --git a/audio/p5-Net-DAAP-DMAP/pkg-plist b/audio/p5-Net-DAAP-DMAP/pkg-plist new file mode 100644 index 000000000000..7897bc3c1019 --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/pkg-plist @@ -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 |