diff options
Diffstat (limited to 'devel/p5-Sub-Identify/Makefile')
-rw-r--r-- | devel/p5-Sub-Identify/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Sub-Identify/Makefile b/devel/p5-Sub-Identify/Makefile index 107cf4657d52..39d640fd2f34 100644 --- a/devel/p5-Sub-Identify/Makefile +++ b/devel/p5-Sub-Identify/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Sub-Identify -# Date created: 04 Jun 2008 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Sub-Identify PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve names of code references -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sub::Identify.3 |