mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d1dc06cf91
PR: ports/188451 Obtained from: https://rt.cpan.org/Public/Bug/Display.html?id=78583 With hat: portmgr
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CUPS
|
|
PORTVERSION= 0.61
|
|
PORTREVISION= 1
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Interface to the CUPS API
|
|
|
|
BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client
|
|
LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image \
|
|
libcupsfilters.so:${PORTSDIR}/print/cups-filters
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|