diff options
Diffstat (limited to 'devel/p5-Class-Factory-Util/Makefile')
-rw-r--r-- | devel/p5-Class-Factory-Util/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Class-Factory-Util/Makefile b/devel/p5-Class-Factory-Util/Makefile index 2523befa1f0f..27187d97b4fd 100644 --- a/devel/p5-Class-Factory-Util/Makefile +++ b/devel/p5-Class-Factory-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Factory-Util -# Date created: 08 April 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Class-Factory-Util PORTVERSION= 1.7 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Utility functions for (factory) classes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::Factory::Util.3 |