aboutsummaryrefslogtreecommitdiffstats
path: root/print/p5-Net-CUPS/Makefile
blob: f21db08ba5c20a189f87b2f0f8711892f8f7c77d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$

PORTNAME=   Net-CUPS
PORTVERSION=    0.61
PORTREVISION=   3
CATEGORIES= print perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= vg@FreeBSD.org
COMMENT=    Interface to the CUPS API

BROKEN=     Fails to configure or build

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>