freebsd-ports/graphics/p5-Cairo/Makefile
Steve Wills ef11029d12 - Update to 1.103
- Add LICENSE
- Remove RUN_DEPENDS: ExtUtils::Depends and ExtUtils::PkgConfig are build-only dependencies
- Trim header while here

PR:		ports/176983
Submitted by:	sunpoet
2013-03-16 19:41:30 +00:00

27 lines
748 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= Cairo
PORTVERSION= 1.103
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
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= cairo:${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
PERL_CONFIGURE= yes
MAN3= Cairo.3
.include <bsd.port.mk>