diff options
Diffstat (limited to 'devel/p5-File-NCopy/Makefile')
-rw-r--r-- | devel/p5-File-NCopy/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-NCopy/Makefile b/devel/p5-File-NCopy/Makefile index 38ce1930b65b..ec6ae5a82194 100644 --- a/devel/p5-File-NCopy/Makefile +++ b/devel/p5-File-NCopy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: File-NCopy -# Date created: 18 May 2003 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= File-NCopy PORTVERSION= 0.36 @@ -16,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Copy file(s) to directories/file -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::NCopy.3 |