diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-17 17:03:09 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-17 17:03:09 +0000 |
commit | 6aab3087e27af4d7e24b4a596a67d050fccecd35 (patch) | |
tree | a29b9778989f487796d4f06ca3bb541aa4fcafaa /print/pdfbox/Makefile | |
parent | 5fe845dc3e047a3a62db596f219cf32d95ed34a4 (diff) |
Notes
Diffstat (limited to 'print/pdfbox/Makefile')
-rw-r--r-- | print/pdfbox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index 6997ad8c2825..48f12889dfc3 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -1,22 +1,22 @@ -# Created by: Pedro Giffuni <giffunip@tutopia.com> +# Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= pdfbox -PORTVERSION= 1.6.0 +PORTVERSION= 1.8.1 CATEGORIES= print textproc java MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,pdfbox/${PORTVERSION},} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${PORTNAME}-app-${PORTVERSION}.jar \ fontbox-${PORTVERSION}.jar jempbox-${PORTVERSION}.jar -MAINTAINER= giffunip@tutopia.com +MAINTAINER= ports@FreeBSD.org COMMENT= Java PDF Library +LICENSE= AL2 + RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \ ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging -LICENSE= AL2 - USE_JAVA= yes JAVA_VERSION= 1.6+ |