freebsd-ports/textproc/p5-HTML-CTPP2/Makefile
Vsevolod Stakhov f29f00650b * Update ctpp2 and p5 slave port to 2.5.8
PR:	137637, 137638
Submitted by:	maintainer
2009-08-10 14:32:32 +00:00

28 lines
600 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.5.9
CATEGORIES= textproc perl5
MASTER_SITES= CPAN \
http://ctpp.havoc.ru/download/
PKGNAMEPREFIX= p5-
MAINTAINER= reki@reki.ru
COMMENT= Perl interface module to CTPP2 library
BUILD_DEPENDS= ctpp2>=2.5.1:${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>