blob: 1c81577d9d1c6d9263d391fcd0b50bd1279b328a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Text-Highlight
# Date created: 05 August 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Text-Highlight
PORTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ICRF
PKGNAMEPREFIX= p5-
DISTNAME= text-highlight-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Syntax highlighting framework
PERL_CONFIGURE= yes
MAN3= Text::Highlight.3
.include <bsd.port.mk>
|