diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-13 08:37:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-13 08:37:57 +0000 |
commit | a4e07879537811c2bdf4478dc810c5d2330f0a8b (patch) | |
tree | 39ec627d2c3e46d6ea044f09e4687a7d91849c48 /print/Makefile | |
parent | d14a2f6d798a2199d4bae6c35c461ac1e713ed89 (diff) |
- Add p5-Net-CUPS 0.61
Previous versions of this module attempted to provide a Perl interface
layer similar to the C interface of CUPS. This was fine for power users,
but most people were not looking for this type of interface.
This module has now been converted to use an object oriented paradigm
to facilitate quicker development and ease of use.
WWW: http://search.cpan.org/dist/Net-CUPS/
PR: ports/160644
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Notes
Notes:
svn path=/head/; revision=281716
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 6b920060f2bf..8b1b93293ed6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -197,6 +197,7 @@ SUBDIR += no-acroread8 SUBDIR += openprinting SUBDIR += p5-Font-FreeType + SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib |