1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/print/p5-XML-ApacheFOP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
476 B
Makefile

# Created by: Simun Mikecin <numisemis@yahoo.com>
# $FreeBSD$
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= p5-Java>=0:devel/p5-Java \
${LOCALBASE}/share/java/fop/build/fop.jar:textproc/fop
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>