2013-09-21 00:43:59 +02:00
|
|
|
# Created by: Simun Mikecin <numisemis@yahoo.com>
|
2006-06-03 05:06:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-ApacheFOP
|
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 3
|
2006-06-03 05:06:50 +02:00
|
|
|
CATEGORIES= print perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-03 05:06:50 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
|
|
COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Java>=0:devel/p5-Java \
|
|
|
|
${LOCALBASE}/share/java/fop/build/fop.jar:textproc/fop
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-06-03 05:06:50 +02:00
|
|
|
|
2013-09-04 15:07:40 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-03 05:06:50 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|