mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
a4e0787953
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>
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# New ports collection makefile for: p5-Net-CUPS
|
|
# Date created: 2011-09-11
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-CUPS
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Interface to the CUPS API
|
|
|
|
BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client
|
|
LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::CUPS.3 \
|
|
Net::CUPS::Destination.3 \
|
|
Net::CUPS::IPP.3 \
|
|
Net::CUPS::PPD.3
|
|
|
|
.include <bsd.port.mk>
|