1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/p5-Cairo/Makefile
2021-04-06 16:31:07 +02:00

26 lines
661 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTNAME= Cairo
PORTVERSION= 1.109
CATEGORIES= graphics perl5
MASTER_SITES= CPAN \
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl bindings to the cairo graphics library
LICENSE= LGPL21
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS= libcairo.so:graphics/cairo
TEST_DEPENDS= p5-Font-FreeType>=0:print/p5-Font-FreeType \
p5-Test-Number-Delta>=1:devel/p5-Test-Number-Delta
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>