diff options
Diffstat (limited to 'devel/p5-Exporter-Lite/Makefile')
-rw-r--r-- | devel/p5-Exporter-Lite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile index f1cc089c3d45..eeaa13583d96 100644 --- a/devel/p5-Exporter-Lite/Makefile +++ b/devel/p5-Exporter-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Exporter-Lite -# Date created: 16 April 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= Exporter-Lite PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight exporting of variables -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Exporter::Lite.3 |