mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
482d0eb800
- Fixed ctpp2 build problem for amd64 - Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak - Added BUILD_DEPENDS to get correct version of ctpp2 to avoid compilation errors in Perl module PR: ports/126331 Submitted by: Andrei V. Shetuhin <reki at reki dot ru> (maintainer) Approved by: beech (mentor, implicit)
28 lines
565 B
Makefile
28 lines
565 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.3.6
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= reki@reki.ru
|
|
COMMENT= Perl interface module to CTPP2 library
|
|
|
|
BUILD_DEPENDS= ctpp2>=2.3.5:${PORTSDIR}/textproc/ctpp2
|
|
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>
|