freebsd-ports/devel/p5-Gtk2-Spell/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

28 lines
813 B
Makefile

# 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
PORTREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= SF/gtk2-perl/Gtk2_Spell/${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Perl interface to the Gtk2Spell library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \
${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/gtkspell
PERL_CONFIGURE= yes
MAN3= Gtk2::Spell.3
.include <bsd.port.mk>