summaryrefslogtreecommitdiffstats
path: root/graphics/p5-Cairo/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-19 10:08:07 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-19 10:08:07 +0800
commitc5240209b7b8a21f31174f984495e3d82d257f0c (patch)
tree67c179e7eaaf9aca5cd4158e99a866905100c70f /graphics/p5-Cairo/Makefile
parenta074f6337bb7872f3dd22720ad541cc57c56d2bb (diff)
downloadmarcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar.gz
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar.bz2
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar.lz
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar.xz
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.tar.zst
marcuscom-ports-c5240209b7b8a21f31174f984495e3d82d257f0c.zip
- Add p5-Cairo
Perl bindings to the cairo graphics library WWW: http://gtk2-perl.sourceforge.net/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4537 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/p5-Cairo/Makefile')
-rw-r--r--graphics/p5-Cairo/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile
new file mode 100644
index 000000000..a41572625
--- /dev/null
+++ b/graphics/p5-Cairo/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-Cairo
+# Date created: 2005-08-18
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= Cairo
+PORTVERSION= 0.01
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gtk2-perl
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ahze@FreeBSD.org
+COMMENT= Perl bindings to the cairo graphics library
+
+BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+ ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Cairo.3
+
+.include <bsd.port.mk>