diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 23:08:04 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 23:08:04 +0000 |
commit | d4f90f5271cfbc11fa6ac715e7507472c109e1e5 (patch) | |
tree | 8e76dff967f1799e9e518fd17edacefcb1bbdd58 /audio/p5-MP3-Info | |
parent | e820228aa38afdea58990dc12a60f65b0e2b69ae (diff) | |
download | ports-d4f90f5271cfbc11fa6ac715e7507472c109e1e5.tar.gz ports-d4f90f5271cfbc11fa6ac715e7507472c109e1e5.zip |
Notes
Diffstat (limited to 'audio/p5-MP3-Info')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 24 | ||||
-rw-r--r-- | audio/p5-MP3-Info/distinfo | 1 | ||||
-rw-r--r-- | audio/p5-MP3-Info/pkg-comment | 1 | ||||
-rw-r--r-- | audio/p5-MP3-Info/pkg-descr | 6 | ||||
-rw-r--r-- | audio/p5-MP3-Info/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile new file mode 100644 index 000000000000..51ccee5c23c4 --- /dev/null +++ b/audio/p5-MP3-Info/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-MP3-Info +# Date created: 14-Aug-2000 +# Whom: Leo Kim <leo@florida.sarang.net> +# +# $FreeBSD$ +# + +PORTNAME= MP3-Info +PORTVERSION= 0.80 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=MP3 +PKGNAMEPREFIX= p5- + +MAINTAINER= leo@florida.sarang.net + +USE_PERL5= YES +MAN3= MP3::Info.3 MPEG::MP3Info.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/audio/p5-MP3-Info/distinfo b/audio/p5-MP3-Info/distinfo new file mode 100644 index 000000000000..23e8e6b597e6 --- /dev/null +++ b/audio/p5-MP3-Info/distinfo @@ -0,0 +1 @@ +MD5 (MP3-Info-0.80.tar.gz) = 59db9108215e10d67eb63d1d9db4fe69 diff --git a/audio/p5-MP3-Info/pkg-comment b/audio/p5-MP3-Info/pkg-comment new file mode 100644 index 000000000000..1101ac3f92a8 --- /dev/null +++ b/audio/p5-MP3-Info/pkg-comment @@ -0,0 +1 @@ +Manipulate / fetch info from MP3 audio files diff --git a/audio/p5-MP3-Info/pkg-descr b/audio/p5-MP3-Info/pkg-descr new file mode 100644 index 000000000000..2154178801d7 --- /dev/null +++ b/audio/p5-MP3-Info/pkg-descr @@ -0,0 +1,6 @@ +Manipulate / fetch info from MP3 audio files. + +WWW: http://search.cpan.org/search?module=MP3::Info + +- Leo Kim +leo@florida.sarang.net diff --git a/audio/p5-MP3-Info/pkg-plist b/audio/p5-MP3-Info/pkg-plist new file mode 100644 index 000000000000..bbfc2bb677f6 --- /dev/null +++ b/audio/p5-MP3-Info/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/MP3/Info.pm +lib/perl5/site_perl/%%PERL_VER%%/MPEG/MP3Info.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Info/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Info |