freebsd-ports/devel/p5-Glade-Perl/Makefile
Jimmy Olgeni 19175a77b1 Update port to version 0.59.
PR:		28372
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-06-24 10:45:13 +00:00

30 lines
798 B
Makefile

# New ports collection makefile for: p5-Glade-Perl
# Date created: 07-Jun-2001
# Whom: marcus
#
# $FreeBSD$
#
PORTNAME= Glade-Perl
PORTVERSION= 0.59
CATEGORIES= devel perl5 gnome
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Glade
PKGNAMEPREFIX= p5-
MAINTAINER= marcus@marcuscom.com
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
RUN_DEPENDS= ${BUILD_DEPENDS} \
glade:${PORTSDIR}/devel/glade
USE_GNOME= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
MAN1= glade2perl.1
MAN3= Glade::PerlGenerate.3 Glade::PerlRun.3
.include <bsd.port.mk>