aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-14 15:27:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-14 15:27:54 +0800
commit542acc8517cf829c58c2004876d1236147cda613 (patch)
tree614a81e64eec0ebee71e2e4459393eac39630072
parent7eed779c3392a6e02f7cfb0410166b3ef0147069 (diff)
downloadfreebsd-ports-gnome-542acc8517cf829c58c2004876d1236147cda613.tar.gz
freebsd-ports-gnome-542acc8517cf829c58c2004876d1236147cda613.tar.zst
freebsd-ports-gnome-542acc8517cf829c58c2004876d1236147cda613.zip
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change - Fix WWW
-rw-r--r--devel/p5-File-BOM/Makefile11
-rw-r--r--devel/p5-File-BOM/pkg-descr2
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-BOM/Makefile b/devel/p5-File-BOM/Makefile
index 8ed723afe10e..9bc95fe4758f 100644
--- a/devel/p5-File-BOM/Makefile
+++ b/devel/p5-File-BOM/Makefile
@@ -3,22 +3,21 @@
PORTNAME= File-BOM
PORTVERSION= 0.14
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to handle Unicode byte order marks
-RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \
- p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
-MAN3= File::BOM.3
+MAN3= File::BOM.3
.include <bsd.port.mk>
diff --git a/devel/p5-File-BOM/pkg-descr b/devel/p5-File-BOM/pkg-descr
index 2817d9e8acbc..f83658239dd4 100644
--- a/devel/p5-File-BOM/pkg-descr
+++ b/devel/p5-File-BOM/pkg-descr
@@ -5,4 +5,4 @@ streams.
The intention of File::BOM is for files with BOMs to be readable
as seamlessly as possible, regardless of the encoding used.
-WWW: http://search.cpan.org/dist/File-BOM/lib/File/BOM.pm
+WWW: http://search.cpan.org/dist/File-BOM/