mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# 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= skv@FreeBSD.org
|
|
COMMENT= Syntax highlighting framework
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Highlight.3
|
|
|
|
.include <bsd.port.mk>
|