aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Sane/Makefile
blob: 5a62dcc42e638dedc70b656bd41c9535d92363a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:	Sane
# Date created:				2009/01/12
# Whom:	      				chinsan
#
# $FreeBSD$
#

PORTNAME=	Sane
PORTVERSION=	0.03
PORTREVISION=	2
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/R/RA/RATCLIFFE
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@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>