ff45b50cf2
Perl bindings for the SANE (Scanner Access Now Easy) Project. This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. WWW: http://search.cpan.org/dist/Image-Sane/ It's probably based on the old graphics/p5-Sane (last release in 2012) but under active development. graphics/gscan2pdf switched to this library.
22 lines
606 B
Makefile
22 lines
606 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image-Sane
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
|
|
RUN_DEPENDS= p5-Exception-Class>=1.43:devel/p5-Exception-Class \
|
|
p5-Try-Tiny>=0.28:lang/p5-Try-Tiny
|
|
LIB_DEPENDS= libsane.so:graphics/sane-backends
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|