aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-BOM
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-14 07:27:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-14 07:27:54 +0000
commitd0356651beb1008d95d0bea81ac5eafb21743574 (patch)
tree614a81e64eec0ebee71e2e4459393eac39630072 /devel/p5-File-BOM
parent09e320c58e28c66d68f5cf31edfcca1a6eee4fea (diff)
downloadports-d0356651beb1008d95d0bea81ac5eafb21743574.tar.gz
ports-d0356651beb1008d95d0bea81ac5eafb21743574.zip
Notes
Diffstat (limited to 'devel/p5-File-BOM')
-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/