1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/print/p5-Net-CUPS/Makefile
Antoine Brodin d1dc06cf91 Unbreak with new cups
PR:		ports/188451
Obtained from:	https://rt.cpan.org/Public/Bug/Display.html?id=78583
With hat:	portmgr
2014-04-20 20:02:06 +00:00

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>