4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# New ports collection makefile for: www/p5-Syntax-Highlight-Shell
|
|
# Date created: 01 September 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Syntax-Highlight-Shell
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Syntax::Highlight::Shell - Highlight shell scripts
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Shell/Parser.pm:${PORTSDIR}/devel/p5-Shell-Parser
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Syntax::Highlight::Shell.3
|
|
|
|
.include <bsd.port.mk>
|