diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
commit | 8aceb315c504e066e25099fefb52df69bef8f7dd (patch) | |
tree | c630c097210c894bc317e215eb9cc67d9b481252 /textproc/p5-File-Inplace/Makefile | |
parent | 87a623313fc0c2e12804c220a64871cf7368f05f (diff) | |
download | ports-8aceb315c504e066e25099fefb52df69bef8f7dd.tar.gz ports-8aceb315c504e066e25099fefb52df69bef8f7dd.zip |
Notes
Diffstat (limited to 'textproc/p5-File-Inplace/Makefile')
-rw-r--r-- | textproc/p5-File-Inplace/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-File-Inplace/Makefile b/textproc/p5-File-Inplace/Makefile index a7b3b589adef..c4bc95c63614 100644 --- a/textproc/p5-File-Inplace/Makefile +++ b/textproc/p5-File-Inplace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: File-Inplace -# Date created: 2010-12-08 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= File-Inplace PORTVERSION= 0.20 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org COMMENT= Perl module for in-place editing of files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Inplace.3 |