1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/p5-Sane/Makefile
Sunpoet Po-Chuan Hsieh 17ff245575 Add LICENSE
- Fix and update WWW
2018-06-04 18:08:48 +00:00

28 lines
619 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Sane
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
sane-config:graphics/sane-backends
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e '/^my $$inc = / s|-I\.|& -I${LOCALBASE}/include|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>