diff options
author | novel <novel@FreeBSD.org> | 2006-07-11 18:14:27 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-11 18:14:27 +0800 |
commit | 4e4adfc84f89cdf458351f7a30a429ab6094b9fe (patch) | |
tree | 62556d60e9c84f52aa19c47b727939802079bf53 /textproc/Makefile | |
parent | accd60cbcf4524d755dea4a553108c7050a30303 (diff) | |
download | freebsd-ports-gnome-4e4adfc84f89cdf458351f7a30a429ab6094b9fe.tar.gz freebsd-ports-gnome-4e4adfc84f89cdf458351f7a30a429ab6094b9fe.tar.zst freebsd-ports-gnome-4e4adfc84f89cdf458351f7a30a429ab6094b9fe.zip |
This is a generalized API that allows a module that generates PDFs to
transparently target multiple backends without changing its code.
WWW: http://search.cpan.org/dist/PDF-Writer/
PR: ports/100058
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 58f2fad6b7ce..d65d363abe78 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -375,6 +375,7 @@ SUBDIR += p5-Number-Format SUBDIR += p5-PDF-API2 SUBDIR += p5-PDF-Create + SUBDIR += p5-PDF-Writer SUBDIR += p5-POE-Filter-XML SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML |