freebsd-ports/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
Dmitry Marakasov 04752cbd30 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:22:05 +00:00

30 lines
680 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Syntax-Highlight-Engine-Kate
PORTVERSION= 0.09
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Port of the syntax highlight engine of the Kate texteditor
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences
USES= perl5 shebangfix
SHEBANG_FILES= bin/hlansi.pl bin/hlhtml.pl
USE_PERL5= configure
NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/*.pl ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>