mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
31 lines
735 B
Makefile
31 lines
735 B
Makefile
# New ports collection makefile for: textproc/p5-PPI-HTML
|
|
# Date created: 24 March 2005
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PPI-HTML
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Generate syntax-hightlighted HTML for Perl using PPI
|
|
|
|
BUILD_DEPENDS= p5-PPI>=0.990:${PORTSDIR}/textproc/p5-PPI \
|
|
p5-CSS-Tiny>=0.10:${PORTSDIR}/textproc/p5-CSS-Tiny \
|
|
p5-Params-Util>=0.05:${PORTSDIR}/devel/p5-Params-Util
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PPI::HTML.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|