1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/print/p5-Net-CUPS/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>