diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 14:48:40 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 14:48:40 +0000 |
commit | a664ff67531292540d2050ecb53705d5f57ab4b6 (patch) | |
tree | ab42f9acff80b74d372940383e5e7aaafd171cce /devel/p5-Gtk2-Spell/Makefile | |
parent | 92c8f1ed8eae15cf418eefb8955ad228482731ee (diff) |
Add port: devel/p5-Gtk2-Spell
Perl bindings to the 2.x series of the GtkSpell graphical user interface
library. This module allows you to write perl applications that utilize the
GtkSpell library for mis-spelled word highlighting.
WWW: http://gtk2-perl.sourceforge.net/
PR: ports/94848
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=162946
Diffstat (limited to 'devel/p5-Gtk2-Spell/Makefile')
-rw-r--r-- | devel/p5-Gtk2-Spell/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Gtk2-Spell/Makefile b/devel/p5-Gtk2-Spell/Makefile new file mode 100644 index 000000000000..1f61aa9f8d23 --- /dev/null +++ b/devel/p5-Gtk2-Spell/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Gtk2-Spell +# Date created: 2006-03-21 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-Spell +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtk2-perl +PKGNAMEPREFIX= p5- + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Perl interface to the Gtk2Spell library + +BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 + +PERL_CONFIGURE= yes + +MAN3= Gtk2::Spell.3 + +.include <bsd.port.mk> |