diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-16 07:52:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-16 07:52:17 +0800 |
commit | b85d3f88e17e897f65f431611a4b81e642d3d0d9 (patch) | |
tree | 13ee10969df709d3ee0b20b519b1a45da2ed0e62 /www/p5-Apache-MP3 | |
parent | 8ffb359b832a337158b3763688a93d2627b68ad3 (diff) | |
download | freebsd-ports-gnome-b85d3f88e17e897f65f431611a4b81e642d3d0d9.tar.gz freebsd-ports-gnome-b85d3f88e17e897f65f431611a4b81e642d3d0d9.tar.zst freebsd-ports-gnome-b85d3f88e17e897f65f431611a4b81e642d3d0d9.zip |
Add removed Perl core module
- Add NO_ARCH
- Bump PORTREVISION for dependency change
PR: 224258
Reported by: Andrew Arensburger <arensb@ooblick.com>
Diffstat (limited to 'www/p5-Apache-MP3')
-rw-r--r-- | www/p5-Apache-MP3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Apache-MP3/Makefile b/www/p5-Apache-MP3/Makefile index c658609ef2b3..f1a70cc9dc02 100644 --- a/www/p5-Apache-MP3/Makefile +++ b/www/p5-Apache-MP3/Makefile @@ -3,7 +3,7 @@ PORTNAME= Apache-MP3 PORTVERSION= 4.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= MP3 browsing and streaming under mod_perl and Apache BUILD_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav \ + p5-CGI>=4.03:www/p5-CGI \ p5-CGI-Session>=0:www/p5-CGI-Session \ p5-MP3-Info>=0:audio/p5-MP3-Info \ p5-Ogg-Vorbis-Header>=0:audio/p5-Ogg-Vorbis-Header \ @@ -19,8 +20,9 @@ BUILD_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure USE_APACHE= 22+ +USE_PERL5= configure +NO_ARCH= yes post-install: @${MKDIR} ${STAGEDIR}${DATADIR} |