diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
commit | f900846e5260dc5d66ccd323d0da759c95e2d6bb (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/p5-Syntax-Highlight-Perl-Improved/Makefile | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) | |
download | ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.tar.gz ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326920
Diffstat (limited to 'textproc/p5-Syntax-Highlight-Perl-Improved/Makefile')
-rw-r--r-- | textproc/p5-Syntax-Highlight-Perl-Improved/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile b/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile index 7c8c08cb915b..53bee86c0987 100644 --- a/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile +++ b/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Syntax-Highlight-Perl-Improved -# Date created: 2 August 2005 -# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net> -# +# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net> # $FreeBSD$ -# PORTNAME= Syntax-Highlight-Perl-Improved PORTVERSION= 1.01 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net COMMENT= Syntax highlighting for Perl code -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Syntax::Highlight::Perl::Improved.3 |