1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

23 lines
613 B
Makefile

# New ports collection makefile for: textproc/p5-Syntax-Highlight-Perl-Improved
# Date created: 2 August 2005
# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net>
#
# $FreeBSD$
#
PORTNAME= Syntax-Highlight-Perl-Improved
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVIDCYL/Syntax-Highlight-Perl-Improved-101
PKGNAMEPREFIX= p5-
MAINTAINER= mauricio@arareko.net
COMMENT= Syntax highlighting for Perl code
PERL_CONFIGURE= yes
MAN3= Syntax::Highlight::Perl::Improved.3
.include <bsd.port.mk>