summaryrefslogtreecommitdiff
path: root/print/p5-Net-CUPS/Makefile
blob: aa75b0d4f473a482a46fb7e0a92db0016f0c1d96 (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
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>

PORTNAME=	Net-CUPS
PORTVERSION=	0.64
CATEGORIES=	print perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

LIB_DEPENDS=	libcupsimage.so:print/cups \
		libcupsfilters.so:print/cups-filters

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/CUPS/CUPS.so

.include <bsd.port.mk>