diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-13 16:37:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-13 16:37:57 +0800 |
commit | 6aeac0ae274bc8d30833d18f402aff86202ff8ef (patch) | |
tree | d701ace1655c4f2254a4449b1688adf24b9e9b0d /print/Makefile | |
parent | 12a60f605b6cef6f674019450c7eb055e47b18f8 (diff) | |
download | freebsd-ports-gnome-6aeac0ae274bc8d30833d18f402aff86202ff8ef.tar.gz freebsd-ports-gnome-6aeac0ae274bc8d30833d18f402aff86202ff8ef.tar.zst freebsd-ports-gnome-6aeac0ae274bc8d30833d18f402aff86202ff8ef.zip |
- 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>
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 |