diff options
Diffstat (limited to 'devel/p5-Class-ISA/Makefile')
-rw-r--r-- | devel/p5-Class-ISA/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Class-ISA/Makefile b/devel/p5-Class-ISA/Makefile index 87cad7d5f454..041142831a31 100644 --- a/devel/p5-Class-ISA/Makefile +++ b/devel/p5-Class-ISA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-ISA -# Date created: 17 Dec 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Class-ISA PORTVERSION= 0.36 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Report the search path for a class's ISA tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::ISA.3 |