mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
782caecb45
* Add license Sponsored by: Absolight
29 lines
659 B
Makefile
29 lines
659 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PPI-HTML
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ADAMK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Generate syntax-highlighted HTML for Perl using PPI
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' '/Test::More/d' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|