summaryrefslogtreecommitdiff
path: root/print/p5-Net-CUPS/Makefile
blob: dcedb659413d0bc1c99192b6f87cb8cb2db1a6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>