mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
24 lines
434 B
Makefile
24 lines
434 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CUPS
|
|
PORTVERSION= 0.61
|
|
PORTREVISION= 5
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vg@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
|
|
|
|
.include <bsd.port.mk>
|