1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/p5-Cairo/Makefile
Steve Wills eb1021cccf - Update to 1.100
- Pet portlint: remove ABI version number from LIB_DEPENDS

PR:		ports/169674
Submitted by:	sunpoet
2012-07-09 01:23:47 +00:00

32 lines
917 B
Makefile

# New ports collection makefile for: p5-Cairo
# Date created: 2005-08-18
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/p5-Cairo/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $
#
PORTNAME= Cairo
PORTVERSION= 1.100
CATEGORIES= graphics perl5
MASTER_SITES= CPAN \
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl bindings to the cairo graphics library
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
PERL_CONFIGURE= yes
MAN3= Cairo.3
.include <bsd.port.mk>