diff options
Diffstat (limited to 'devel/p5-File-Binary/Makefile')
-rw-r--r-- | devel/p5-File-Binary/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile index 1d3ad85f7c8e..1b4fc93c7976 100644 --- a/devel/p5-File-Binary/Makefile +++ b/devel/p5-File-Binary/Makefile @@ -6,17 +6,16 @@ # PORTNAME= File-Binary -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Perl interface to modify and read binary files -BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |