freebsd-ports/textproc/p5-Text-Highlight/Makefile
Sergey Skvortsov 0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +00:00

23 lines
466 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= perl@FreeBSD.org
COMMENT= Syntax highlighting framework
PERL_CONFIGURE= yes
MAN3= Text::Highlight.3
.include <bsd.port.mk>