diff options
Diffstat (limited to 'devel/p5-File-Binary/Makefile')
-rw-r--r-- | devel/p5-File-Binary/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile index 4447e889977b..589eeddfdf62 100644 --- a/devel/p5-File-Binary/Makefile +++ b/devel/p5-File-Binary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: File-Binary -# Date created: Mon Jan 1 11:48:35 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= File-Binary PORTVERSION= 1.7 @@ -17,7 +13,8 @@ COMMENT= Perl interface to modify and read binary files BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Binary.3 |