diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-16 19:41:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-16 19:41:30 +0000 |
commit | ef11029d12f663ddb34bfdb669efbca1499bc4b9 (patch) | |
tree | fd1948989244f5d0b6b512ff920d1a65e626baec | |
parent | 8f6931fb4b3d164ff891ef025c14febbf52030d2 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=314383
-rw-r--r-- | graphics/p5-Cairo/Makefile | 14 | ||||
-rw-r--r-- | graphics/p5-Cairo/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index 862fe97d9fbd..03105941a240 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: p5-Cairo -# Date created: 2005-08-18 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: 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 +PORTVERSION= 1.103 CATEGORIES= graphics perl5 MASTER_SITES= CPAN \ SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29 @@ -17,15 +12,16 @@ 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 -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 +MAN3= Cairo.3 .include <bsd.port.mk> diff --git a/graphics/p5-Cairo/distinfo b/graphics/p5-Cairo/distinfo index 930f5abd5205..cf1fed7342ea 100644 --- a/graphics/p5-Cairo/distinfo +++ b/graphics/p5-Cairo/distinfo @@ -1,2 +1,2 @@ -SHA256 (Cairo-1.100.tar.gz) = d5f2f3ba216db760eaa2b4aefe8519451f4f38dc0121dd0adfeb3d20de51b20a -SIZE (Cairo-1.100.tar.gz) = 107654 +SHA256 (Cairo-1.103.tar.gz) = eaebd9c3b9d66b4c41533ec7c736a2a4b73e0bf6ad207132a970d83a85827872 +SIZE (Cairo-1.103.tar.gz) = 108254 |