blob: 935071b8e16bd199b28c13a261d9ad82674a8d66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= XML-ApacheFOP
PORTVERSION= 0.03
PORTREVISION= 3
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Java>=0:devel/p5-Java \
${LOCALBASE}/share/java/fop/build/fop.jar:textproc/fop
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|