diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-06-13 05:23:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-06-13 05:23:12 +0000 |
commit | 512655481551b7757977aacd59a655ff9a3efbb3 (patch) | |
tree | 97d6902a38112a2526f5268817b0b1fc13575d96 /www/p5-Template-Plugin-MP3 | |
parent | 4c870c80f998cb922dfce2cc8e5ed473b1517b1a (diff) |
Add p5-Template-Plugin-MP3, a TT Plugin that wraps around the
MP3::Info module.
Notes
Notes:
svn path=/head/; revision=111371
Diffstat (limited to 'www/p5-Template-Plugin-MP3')
-rw-r--r-- | www/p5-Template-Plugin-MP3/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Template-Plugin-MP3/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Template-Plugin-MP3/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Template-Plugin-MP3/pkg-plist | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Template-Plugin-MP3/Makefile b/www/p5-Template-Plugin-MP3/Makefile new file mode 100644 index 000000000000..cc3a2cbf5783 --- /dev/null +++ b/www/p5-Template-Plugin-MP3/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Template-Plugin-MP3 +# Date created: 13 June 2004 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= Template-Plugin-MP3 +PORTVERSION= 1.01 +CATEGORIES= www textproc audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Template +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= TT Plugin that wraps around the MP3::Info module + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ + ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Template::Plugin::MP3.3 + +.include <bsd.port.mk> diff --git a/www/p5-Template-Plugin-MP3/distinfo b/www/p5-Template-Plugin-MP3/distinfo new file mode 100644 index 000000000000..38c093cfa8a9 --- /dev/null +++ b/www/p5-Template-Plugin-MP3/distinfo @@ -0,0 +1,2 @@ +MD5 (Template-Plugin-MP3-1.01.tar.gz) = b19c9ca6448a0dd971ee0b41d89f5247 +SIZE (Template-Plugin-MP3-1.01.tar.gz) = 17613 diff --git a/www/p5-Template-Plugin-MP3/pkg-descr b/www/p5-Template-Plugin-MP3/pkg-descr new file mode 100644 index 000000000000..0de9cdece061 --- /dev/null +++ b/www/p5-Template-Plugin-MP3/pkg-descr @@ -0,0 +1,4 @@ +Template::Plugin::MP3 is a plugin for TT, which provides a simple +wrapper for using "MP3::Info" in object oriented mode. + +WWW: http://search.cpan.org/search?dist=Template-Plugin-MP3 diff --git a/www/p5-Template-Plugin-MP3/pkg-plist b/www/p5-Template-Plugin-MP3/pkg-plist new file mode 100644 index 000000000000..c5b03974e4ef --- /dev/null +++ b/www/p5-Template-Plugin-MP3/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/MP3/.packlist +%%SITE_PERL%%/Template/Plugin/MP3.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/MP3 +@unexec rmdir %D/%%SITE_PERL%%/Template/Plugin 2>/dev/null || true |