diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-31 16:52:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-31 16:52:18 +0000 |
commit | 50033bf359f44bdebb4b17739e7cb797411f8519 (patch) | |
tree | 1dd0a85cee4045ad22a689746c79df8484676a85 /www/p5-Apache-MP3 | |
parent | bcbd724ac4fd70f5b89518710e29068634d2fc1f (diff) | |
download | ports-50033bf359f44bdebb4b17739e7cb797411f8519.tar.gz ports-50033bf359f44bdebb4b17739e7cb797411f8519.zip |
Notes
Diffstat (limited to 'www/p5-Apache-MP3')
-rw-r--r-- | www/p5-Apache-MP3/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Apache-MP3/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-MP3/pkg-message | 5 | ||||
-rw-r--r-- | www/p5-Apache-MP3/pkg-plist | 1 |
4 files changed, 15 insertions, 5 deletions
diff --git a/www/p5-Apache-MP3/Makefile b/www/p5-Apache-MP3/Makefile index 225f1d90176f..78c1d4000903 100644 --- a/www/p5-Apache-MP3/Makefile +++ b/www/p5-Apache-MP3/Makefile @@ -6,16 +6,19 @@ # PORTNAME= Apache-MP3 -PORTVERSION= 2.18 -CATEGORIES= www audio +PORTVERSION= 2.26 +CATEGORIES= www audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net -BUILD_DEPENDS= ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \ + ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ + ${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis.pm:${PORTSDIR}/audio/p5-libvorbis + RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} @@ -30,5 +33,6 @@ MAN3= Apache::MP3.3 \ post-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${DATADIR} + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/p5-Apache-MP3/distinfo b/www/p5-Apache-MP3/distinfo index eb04705404dc..36db06df504d 100644 --- a/www/p5-Apache-MP3/distinfo +++ b/www/p5-Apache-MP3/distinfo @@ -1 +1 @@ -MD5 (Apache-MP3-2.18.tar.gz) = f3ec4d08f475c8d349fdb0e5225c4584 +MD5 (Apache-MP3-2.26.tar.gz) = 68a3b9b9297bf5312e9a92eb0b6bb993 diff --git a/www/p5-Apache-MP3/pkg-message b/www/p5-Apache-MP3/pkg-message new file mode 100644 index 000000000000..3949002077a1 --- /dev/null +++ b/www/p5-Apache-MP3/pkg-message @@ -0,0 +1,5 @@ +To read the manual on how to set up Apache::MP3, run: + + % perldoc Apache::MP3 + +It contains information on what you need to put in your httpd.conf. diff --git a/www/p5-Apache-MP3/pkg-plist b/www/p5-Apache-MP3/pkg-plist index 9069f5a45bf1..11c130b46834 100644 --- a/www/p5-Apache-MP3/pkg-plist +++ b/www/p5-Apache-MP3/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3/Resample.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3/Playlist.pm |