mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
cdb6af1fbc
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. The Sane module allows a Perl developer to use SANE-compatible scanners. Find out more about SANE at http://www.sane-project.org. WWW: http://search.cpan.org/dist/Sane/
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# Ports collection makefile for: Sane
|
|
# Date created: 2009/01/12
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sane
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/R/RA/RATCLIFFE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
|
sane-config:${PORTSDIR}/graphics/sane-backends
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Sane.3 \
|
|
|
|
.include <bsd.port.mk>
|