freebsd-ports/print/p5-XML-ApacheFOP/Makefile
Andrej Zverev 945c98fdf8 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 13:07:40 +00:00

27 lines
661 B
Makefile

# New ports collection makefile for: p5-XML-ApacheFOP
# Date created: 27 Feb 2006
# Whom: Simun Mikecin <numisemis@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= XML-ApacheFOP
PORTVERSION= 0.03
PORTREVISION= 2
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= numisemis@yahoo.com
COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO
BUILD_DEPENDS= p5-Java>=0:${PORTSDIR}/devel/p5-Java \
${LOCALBASE}/share/java/fop/build/fop.jar:${PORTSDIR}/textproc/fop
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= XML::ApacheFOP.3
.include <bsd.port.mk>