mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d499a15f17
- Update MASTER_SITES - Convert to new LIB_DEPENDS format - Support STAGEDIR PR: ports/184703 Submitted by: sunpoet
27 lines
735 B
Makefile
27 lines
735 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cairo
|
|
PORTVERSION= 1.104
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN \
|
|
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
|
|
MASTER_SITE_SUBDIR= CPAN:XAOC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Perl bindings to the cairo graphics library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
|
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
|
|
TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
|
|
p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|