aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile
blob: 6d10d5b7120c65a7c205c20185534c2762ab73a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   textproc/p5-Syntax-Highlight-Perl-Improved
# Date created:                                2 August 2005
# Whom:                                        Mauricio Herrera Cuadra <mauricio@arareko.net>
#
# $FreeBSD$
#

PORTNAME=   Syntax-Highlight-Perl-Improved
PORTVERSION=    1.01
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/D/DA/DAVIDCYL/Syntax-Highlight-Perl-Improved-101
PKGNAMEPREFIX=  p5-

MAINTAINER= mauricio@arareko.net
COMMENT=    Syntax highlighting for Perl code

PERL_CONFIGURE= yes

MAN3=       Syntax::Highlight::Perl::Improved.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE= requires at least perl5.6 to build
.endif

.include <bsd.port.post.mk>