diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-06 05:58:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-06 05:58:14 +0800 |
commit | 9b5ea058ba2952a2a5794954b095eba9857e1e23 (patch) | |
tree | 94f53a09ca8400e0766cc41173ea48464888c333 /print/Makefile | |
parent | 51c081c86e3adfa3fd0d0a975dcaa9e55edc008c (diff) | |
download | freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.tar.gz freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.tar.zst freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.zip |
PDF generation using only PHP, without requiring any external libraries.
WWW: http://pear.php.net/package-info.php?package=File_PDF
PR: ports/104285
Submitted by: Anish Mistry <amistry@am-productions.biz>
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 16643da72aee..8ec1638fc8a8 100644 --- a/print/Makefile +++ b/print/Makefile @@ -199,6 +199,7 @@ SUBDIR += pdfmerge SUBDIR += pdftk SUBDIR += pdq + SUBDIR += pear-File_PDF SUBDIR += pecl-panda SUBDIR += pecl-pdflib SUBDIR += perlftlib |