diff options
Diffstat (limited to 'devel/p5-BFD/Makefile')
-rw-r--r-- | devel/p5-BFD/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-BFD/Makefile b/devel/p5-BFD/Makefile index 448ce03d83b6..090165969dc6 100644 --- a/devel/p5-BFD/Makefile +++ b/devel/p5-BFD/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-BFD -# Date created: May 2004 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# +# Created by: Autrijus Tang <autrijus@autrijus.org> # $FreeBSD$ -# PORTNAME= BFD PORTVERSION= 0.31 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Impromptu dumping of data structures for debugging purposes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BFD.3 |