mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
PORTNAME= Text-Highlight
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|