5421d53830
This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way. input and ok jasper@
28 lines
440 B
Makefile
28 lines
440 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/11/27 09:48:42 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Perl extension for the SANE Project
|
|
|
|
DISTNAME= Sane-0.05
|
|
|
|
CATEGORIES= graphics
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += sane
|
|
|
|
MODULES= cpan
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
LIB_DEPENDS= graphics/sane-backends
|
|
|
|
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
|
|
devel/p5-ExtUtils-PkgConfig
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|