summaryrefslogtreecommitdiff
path: root/print/p5-Net-CUPS/Makefile
blob: 2dfbd085931ce4e15e0d799b2f60ae100752fae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
PORTREVISION=	1
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>