mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
WWW: http://reki.ru/products/ctpp/ PR: ports/121933 Submitted by: Andrei V. Shetuhin <reki at reki.ru>
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# New ports collection makefile for: p5-HTML-CTPP2
|
|
# Date Created: 20 Mar, 2008
|
|
# Whom: Andrei V. Shetuhin <reki@reki.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-CTPP2
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= reki@reki.ru
|
|
COMMENT= Perl interface module to CTPP2 library
|
|
|
|
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::CTPP2.3
|
|
|
|
# The port actually requires ${CXX} when ${CC} is defined
|
|
CC= ${CXX}
|
|
|
|
.include <bsd.port.mk>
|